Update Project Management
parent
3e49d7b5bc
commit
8389981adf
1 changed files with 5 additions and 4 deletions
|
@ -16,10 +16,11 @@ We have a Kanban Board for each project at Issues > Boards. There is also a MEGA
|
||||||
|
|
||||||
The pipeline is broken down into the following stages:
|
The pipeline is broken down into the following stages:
|
||||||
|
|
||||||
* To Do - an issue deemed a priority and ready to be worked on
|
* ~"To Do" - an issue deemed a priority and ready to be worked on
|
||||||
* Doing - an issue actively being worked on
|
* ~Doing - an issue actively being worked on
|
||||||
* In Review - work that is ready for testing
|
* ~"In Review" - work that is ready for design and/or code review
|
||||||
* Deploy - work that has passed testing and is ready to go live
|
* ~Test - work that is ready for testing
|
||||||
|
* ~Deploy - work that has passed testing and is ready to go live
|
||||||
|
|
||||||
We strive to have no more than 3 issues in the doing stage for one person. In the To Do column, we keep that between 5 and 10. Enough to have a ready list of issues to work on, while maintaining a sense of priority.
|
We strive to have no more than 3 issues in the doing stage for one person. In the To Do column, we keep that between 5 and 10. Enough to have a ready list of issues to work on, while maintaining a sense of priority.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue