-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Corzo edited this page Jul 27, 2022
·
8 revisions
Good afternoon colleagues, this week we will make an adjustment to the way we work; in order to improve the development process, avoid blockages, and make accurate estimates, please note the definitions of DoR and DoD.
- The task has no dependencies that can block it.
- The task has been estimated
- The functionality is described in terms of behavior and data to be handled.
- At least one acceptance criterion is defined
- Peer PR has been performed
- Code tested manually or automatically according to acceptance criteria
- Code is enhanced with rubocop and complies with sandimeter greater than 92
- Functional tests passed
- Code has been integrated to master