chore: update TODO.md with current implementation status (closes #54)

This commit is contained in:
user 2026-02-16 00:12:17 -08:00
parent ebcae55302
commit 9a4ec5ba8c

View File

@ -116,7 +116,7 @@
- [x] Deployment history page - [x] Deployment history page
- [x] Login page - [x] Login page
- [x] Setup page - [x] Setup page
- [ ] Container logs page - [x] Container logs page
- [ ] Webhook event history page - [ ] Webhook event history page
- [ ] Settings page (webhook secret, SSH public key) - [ ] Settings page (webhook secret, SSH public key)
- [ ] Real-time deployment log streaming (WebSocket/SSE) - [ ] Real-time deployment log streaming (WebSocket/SSE)
@ -210,9 +210,9 @@ Protected Routes (require auth):
- [ ] Update deploy service to save previous image before building new one - [ ] Update deploy service to save previous image before building new one
### 3.3 Deployment Cancellation ### 3.3 Deployment Cancellation
- [ ] Add cancellation context to deploy service - [x] Add cancellation context to deploy service
- [ ] Add `POST /apps/:id/deployments/:id/cancel` endpoint - [ ] Add `POST /apps/:id/deployments/:id/cancel` endpoint
- [ ] Handle cleanup of partial builds/containers - [x] Handle cleanup of partial builds/containers
## Phase 4: Lower Priority (Nice to Have) ## Phase 4: Lower Priority (Nice to Have)