PLAN.md (429B)
1 - I want to refactor the APIs in the `jci web` command. 2 - The UI should ask for a list of branches, and that should NOT return a complete list of commits. 3 - A separate API should be used for a list of commits, which should be paginated by 100 commits per page. 4 - The overall goal of this refactor is to retain the same web functionality but use multiple API calls on-demand so that we have a FAST user experience while browsing.