DoD & DoR - ZHAW-Team-Toxic/PM4-Team-Toxic GitHub Wiki
Definition of Ready (DoR):
- task has a clear and concise short description.
- Acceptance criteria are clearly defined.
- Implementation steps are defined.
- Dependencies to other tasks or systems are identified.
- Any necessary mockups, UI designs, or API specifications are available.
- Task is added to the current iteration.
Definition of Done (DoD):
- The feature works without relying on debug tools or test-only conditions.
- Test, builds and linters need to be successfull
- The feature was tested in the running game and behaves as expected.
- Task is moved to done in kanban bord and issue is closed.
- Unit / Integration test were added for the features (if applicable)
- There are no known critical bugs related to the implementation.
- Visual/UI elements are consistent with the game's retro style and layout.