Definition of Done

  • Source code is checked in Git
  • Source code is reviewed by another developer
  • Source code is well-structered and understandable
  • Logging is implemented and allows to identify/analyze production problems
  • Automatic tests are existing and do test the important parts of the code
  • ALL tests run successfully
  • TASKANA is successfully built and deployed
  • Story is reviewed and accepted by the product owner
  • Documentation is up-to-date