Skip to content

Definition of Done

DoD stands for Definition of Done in agile development. It is a set of criteria that a team agrees to meet before declaring a feature or other work as completed. The purpose of DoD is to avoid any confusion or misunderstanding between team members about what constitutes as done. In this project the criteria is the following:

  1. Pair review: The work done by a team member is reviewed by at least one other team member.
  2. Testing: Extensive testing, covering all necessary areas has been done.
  3. Documentation: Documentation about the work has been updated.
  4. Implementation in version control: The task's code and associated assets have been uploaded to the designated version control system. This ensures that all changes are accurately tracked.
  5. Together reviewed: The task has been collectively reviewed by the team to ensure mutual comprehension.