commit 7eaa765f0b4887eeaf5574ad2b0ee62ff9d150e5 parent 08d7ef30229ae51ec8fe1931f5161c7025f8d0c9 Author: Arjoonn Sharma <arjoonn@midpathsoftware.com> Date: Sat, 28 Feb 2026 13:31:50 +0530 x Diffstat:
| A | PLAN.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/PLAN.md b/PLAN.md @@ -0,0 +1,4 @@ +- I want to refactor the APIs in the `jci web` command. +- The UI should ask for a list of branches, and that should NOT return a complete list of commits. +- A separate API should be used for a list of commits, which should be paginated by 100 commits per page. +- 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.