-
Notifications
You must be signed in to change notification settings - Fork 16
Definition of Done
ybolognini edited this page Oct 24, 2017
·
1 revision
- The code related to the story has been reviewed by at least one developer
- The result of the story is deployed on a server (could be dev, int, or prod)
- The user story defined in the story has been run successfully by a C2C developer and by the C2C-side internal reviewer (usually the Product Owner) on a staging server. If any HTML / CSS / JS is modified, the user story should be run in the major browsers. The C2C team must indicate in the story if this is the case so that the C2C-side internal reviewer can act accordingly.
- All technical documentation or other wiki pages are updated accordingly.
- New features usage are documented in the User documentation.
- The feature is checked against the Testing Framework to determine the possible fallout of the change, when writing tests is easy (fast). F.e. a task of 10 minutes can have tests writing of 30 minutes, but a task of 1 day should have tests writing for approx. 2h.