definition-of-done

CARD:

Definition of Done, or DoD, is the acceptance criteria that ensures that the tasks, once completed, are truly done, not only in terms of functionality but in terms of quality as well. Definition of Done is stated as a set of rules like:

  • Feature is implemented
  • Unit tests are passing
  • Documentation is up-to-date
  • Feature is reviewed by QA
  • Code is in master branch
  • Code is deployed to production

FURTHER EXPLAINATION:

Overal benefits:

EXAMPLE:

Picture or project

REFERENCES: