Commit Graph

6 Commits

Author SHA1 Message Date
zhi
9e22c97ae8 refactor: update milestone/task status enums to new state machine values
Milestone: open/freeze/undergoing/completed/closed (was open/pending/deferred/progressing/closed)
Task: open/pending/undergoing/completed/closed (was open/pending/progressing/closed)

- Add MilestoneStatusEnum to schemas with typed validation
- Add started_at field to Milestone model
- Update all router/CLI references from progressing->undergoing
- Add completed status handling in task transition logic
2026-03-17 00:04:29 +00:00
zhi
214a9b109d refactor: replace issues backend with milestone tasks 2026-03-16 13:22:14 +00:00
Zhi
703103af91 feat: time tracking / work logs (create, list, summary, project summary, CLI commands) 2026-02-23 05:11:52 +00:00
Zhi
0a8b18729b feat: notifications system, webhook retry, issue assign endpoint, CLI milestones/notifications/overdue commands 2026-02-23 00:11:26 +00:00
Zhi
955cf01110 feat: CLI add search/transition/stats commands 2026-02-22 04:22:19 +00:00
Zhi
d9b0345aa6 feat: add CLI tool (login/issues/projects/users/health/version) 2026-02-22 02:44:47 +00:00