Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Definition of Done (DOD)

pkettman edited this page Jul 20, 2018 · 2 revisions

Definition of Done (DOD)

A deliverable is to be considered “done” when:

  • The feature/bug fix implemented - code is complete, documented and checked in

  • Unit tests written and running cleanly in the CI environment

  • Integration and/or E2E tests written and running cleanly in the CI environment (where applicable)

  • Non-functional tests (performance, security, etc.) written and running cleanly in the CI environment (where applicable)

  • Code changes reviewed by at least one peer

  • Acceptance criteria are verified and fulfilled

  • Code merged in the main branch and running in Prod-preview

  • User docs completed, reviewed and published

  • Code deployed in Production 

  • CEE prepared to support the feature in Production (for CEE Supported version only)
# # # #
Clone this wiki locally