Files
riotpiao.com/tasks/3.7-live-sync-animation.md
T

17 lines
623 B
Markdown

# 3.7 — Live deploy-status animation (mock, GREEN)
Phase: 3 — Delivery Tree (Surface E)
Stage: GREEN
Depends on: [2.5](2.5-api-stream.md), [3.6](3.6-frontend-wave-columns.md)
- [ ] Live status animation `Pending -> Deploying -> Deployed` driven by [/api/stream](../app/api/stream/route.ts) `delivery` event type (add this event type alongside the existing `topology` one)
Mock only: `/api/stream` emits synthetic deltas, not a real deployment-status watch. See [REQUIREMENTS.md](REQUIREMENTS.md).
## Verify
```bash
curl -N http://localhost:3000/api/stream # observe delivery events once event type is added
```