ProxymanApp / ProxymanApp/Proxyman

[Breakpoint][iOS] #1 Main View

Open
#1,597 0 comments 0 reactions 1 assignee View on GitHub

@8bitzz is already working on this.

Since Apr 11, 2023.

enhancement iOS
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

It's time to implement the Breakpoint Tool.

IMG_6794

Acceptance Criteria - Main Table View

  • Duplicated code from the Block List to Breakpoint List, so we can implement a similar UI for the Breakpoint List
  • The Toggle to toggle the Breakpoint feature
  • Make sure the data is saved properly. E.g: Kill the app -> Reopen -> The previous state must be persisted.
  • Drag to delete the cell should work
  • Click on the Breakpoint Cell will open the Breakpoint Editor
  • On the More Setting -> Bring the Breakpoint cell to below the Block List Cell

Breakpoint Cell

  • An Breakpoint Cell UI should look like this:

IMG_9E6BDBCCEA99-1

  • Title: Name of the BreakpointEntry
  • Subtitle: (Wildcard or Regex)
  • For example: GET https://proxyman.io/v1 (Wildcard) , POST https://proxyman.io/v1 (Regex)
  • We should have a third row to if the breakpoint is enabled for the Request / Response
  • Tap to the Toggle will enable/disable the Breakpoint Entry -> Make sure it notifies the PackageTunnel to save the data

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.