Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.65 KB

0013-the-sense-of-done.md

File metadata and controls

52 lines (35 loc) · 1.65 KB

13. The sense of Done

Date: 14/04/2017

Status

Proposed

Context

We face this situation very often?

  1. I’m already fixed this, it’s in testing;
  2. I’m already add this monitoring plugin in the repo, it’s deployed on staging, let’s watch for a few days, then deploy on production;
  3. I’m already move this service to new machine, I will clean the old machine later.

Sounds familiar? Yes, very often.

Is that all done? No, it doesn’t.

Decision

  1. talk this all the time, let team member have this sense;
  2. make specifications for each domain.

Consequences

Create specifications from our experience.

An Done-Done example with User Story:

  1. stories and AC reviewed (DEV);
  2. All AC implemented (DEV);
  3. Code reviewed (Dev);
  4. Tests passed (Dev+QA+CI);
  5. No bugs left (QA);
  6. Deployed to production (Dev);
  7. Accepted (PM).

Refs: