commit 620edf7479de8c6e259a9a8689d95c241b78d4e6 parent 28bc8f6c323879446053b8f7d54714f1c6307d0b Author: Arjoonn Sharma <arjoonn@midpathsoftware.com> Date: Sat, 7 Mar 2026 22:34:52 +0530 x Diffstat:
| D | PLAN.md | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/PLAN.md b/PLAN.md @@ -1,4 +0,0 @@ -- 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.