Definition Of Done
Owner: Product & Engineering
Reviewers: QA, Operations
Status: Draft
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per release
A work item is done when:
- Code is merged behind the intended route/API surface.
- Relevant lint/build/test checks pass.
- Access control is enforced and tested where applicable.
- API contracts and DTOs are updated.
- Web/mobile states are complete for the delivered scope.
- Documentation and release notes are updated.
- Known gaps are captured as follow-up work rather than hidden in implementation.