(plan) convert original implement plan to mock api
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# 3.5 — GET /api/delivery/{app}/resources (GREEN)
|
||||
# 3.5 — GET /api/delivery/{app}/resources (mock, GREEN)
|
||||
|
||||
Phase: 3 — Delivery Tree (Surface E)
|
||||
Stage: GREEN
|
||||
|
||||
Depends on: [3.4](3.4-api-delivery.md)
|
||||
- [x] `GET /api/delivery/{app}/resources` — resource kinds + counts per app
|
||||
|
||||
- [ ] `GET /api/delivery/{app}/resources` — cursor-paginated at 100 items (prometheus alone has 68 resources today)
|
||||
Done — implemented in [app/api/delivery/[app]/resources/route.ts](<../app/api/delivery/[app]/resources/route.ts>), serves fixture data from `resourceKinds`/`DEFAULT_KINDS` in [lib/clusterMock.ts](../lib/clusterMock.ts). Mock only: no cursor pagination (fixture never exceeds 100 items), `hasMore` always `false`. See [REQUIREMENTS.md](REQUIREMENTS.md).
|
||||
|
||||
Reference in New Issue
Block a user