-
Notifications
You must be signed in to change notification settings - Fork 37
DoD
Sergej Kunz edited this page Feb 13, 2017
·
13 revisions
Definition of "Done":
- Unit Tests (TypeScript, NodeJs stuff, Java etc.) <- if possible
- Integration Tests (with e2e protractor) <- if possible
- PO Review (with video)
- Code review with developer that have similar skills <- if possible
- Create an feature issue on GitHub and set the right label etc. and update it if the work and PO review is done <- if possible, not for screens
- Comment your code (Java: http://www.oracle.com/technetwork/articles/java/index-137868.html, TypeScript: https://github.com/TypeStrong/typedoc, NodeJS: http://usejsdoc.org/) <- if possible
- Create documentation if possible under: https://github.com/bulktrade/SMSC/wiki/Docs
- Create concept as sub task if possible
- Check sonar report for your committed code: https://sonarqube.com/dashboard/index/io.smsc:smsc
- Check test coverage for your committed code: https://codecov.io/gh/bulktrade/SMSC
Sub tasks has to be created for every DoD point.