(plan) convert original implement plan to mock api

This commit is contained in:
Story Crater Bot
2026-08-19 09:47:14 -07:00
parent c42040319f
commit 0aef2281bc
65 changed files with 307 additions and 627 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
# 3.4 — GET /api/delivery (GREEN)
# 3.4 — GET /api/delivery (mock, GREEN)
Phase: 3 — Delivery Tree (Surface E)
Stage: GREEN
Depends on: [3.1](3.1-delivery-test.md)
- [x] `GET /api/delivery` — apps, wave-grouped (0->8)
- [ ] `GET /api/delivery` — Argo apps, wave-grouped (0->8), resource children lazy; capped 256 KB
Done — implemented in [app/api/delivery/route.ts](../app/api/delivery/route.ts), serves fixture data from [lib/clusterMock.ts](../lib/clusterMock.ts). Mock only: no real Argo watch, no 256 KB cap logic. See [REQUIREMENTS.md](REQUIREMENTS.md).
Remaining: wire [app/cluster/delivery/page.tsx](../app/cluster/delivery/page.tsx) to fetch this instead of importing `clusterMock` directly.