Concorde - Definition of Done
Current
A list of items that the team is already following
Checklist | User Story | Sprint Review | FOLIO Release |
Unit tests (backend: jUnit, RestAssured, frontend: BigTest) are written and are passing. At least 80% code coverage is expected and 100% is preferred for critical code. This requirement applies to new code only. Existing code coverage is gradually updated through catch up tasks | Y | ||
Sample and reference data is updated to match the feature or schema change (applicable to BE) | Y | ||
Any configuration and/or build scripts are updated and tested (Note: this refers to e.g Ansible roles and similar, usually requires a FOLIO task. Should be seldom once in-module data loading is implemented for all modules) | Y | ||
Interface version (for backend modules) and module implementation version (for backend (pom.xml) and UI (package.json)) is updated according to the versioning procedure: https://dev.folio.org/guidelines/contributing/#version-numbers. The fixVersion field in JIRA is updated to match the version that ships the feature/bugfix. (Note: the guidelines are being extended and updated: FOLIO-1718) | Y | ||
Existing UI Regression tests (https://github.com/folio-org/stripes-testing) are updated and pass on the local development machine | Y | ||
Peer code review is performed with at least one developer from the team that "owns" the module; code can be merged to master only when build passes and after peer approval | Y | ||
Build deployed successfully to folio-testing environment (test, integration etc.) | Y | ||
QA is performed and issues resolved: folio-testing. US is tested against acceptance criteria. Applicable for BE and FE stories Feature is accepted by PO | Y | ||
Migration script added in case of schema update (see https://github.com/folio-org/raml-module-builder/blob/master/DB-schema-migration.md) | Y | ||
All demoable features are demoed from the same shared environment | Y | ||
Module releases are performed in case there are accepted user stories (see https://dev.folio.org/guidelines/release-procedures/). | Y | ||
FE user story is implementedaccording to accessability guidelines/checklist (https://github.com/folio-org/stripes-components/blob/master/docs/AccessibilityDevPrimer.md#development-checklist) | Y |