(plan) convert original implement plan to mock api
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user