#10 API-5: Actions API
Description
EditImplement /v1/tasks/{id}/actions for approve, reject, request_changes.
Development Workflow:
1. Read ticket
2. Mark it as in-progress (`issuedb-cli update <ID> -s in-progress`)
3. Write TDD test
4. pytest (red)
5. Implement
6. pytest (green)
7. Iterate and fix all issues
8. Quality check and cross-check with spec, audit
9. Verdict for closure
10. Close the ticket (`issuedb-cli update <ID> -s closed`)
11. Go to next ticket
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...