-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
Description
It's time to kick-start the first debugging proxy, which is the Map Local:
Before working on this ticket, please:
- Play around with the Map Local (File) on macOS
- Read the Doc: https://docs.proxyman.io/advanced-features/map-local
⚠️ Notes
The following features are not implemented:
- The Folder Level
- Map Local (Directory)
- The "New Folder" button.
- Import / Export Setting
Main View Acceptance Criteria
- Implement the UI
- Enable/Disable the Map Local Tool will gray out the Main Table View
- Implement the Shortcuts and the Right Menu context: (Please note that we don't implement the Right Menu Context from the Map Local on macOS, because it has some logic from the Folder. Open the Block List tool and see the basic Menu Context)
- Limit the Premium Feature to 2 Rules => When the user creates a 3rd rule (by creating a new or duplicated) -> Show the alert.
- Support Multiple Selection: It means I can select multiple rules -> Use shortcut or menu context for bulk editing.
Code implementation suggestion
- MapLocalEntry, MapLocalFile, MethodMatching, RegexMatching, and WildcardRegex => Ping @NghiaTranUIT to get the Swift file as a Code Reference
- MapLocalServer and RuleService.


