Development Workflow
Ticket Status Progression
As noted in the (Coding Practice)[/development-guide/standards/coding/2022-09-01-Coding-Practice.html] section, adopting to a school of thought on how things are done will make everyone work almost at the same pace and with the same mindset, making everyone faster and productive.
The ticket progression is as follows:
- To Do
- In Progress
- In Review
- PH
- JP
- Done
Peer Review & Pull Request
No code pushed into the repository should ever be merged into branches deemed protected such as ‘main’, ‘prod’, ‘staging’, etc. until a peer, project lead, or project manager has reviewed and tested the code.