From 8389981adfc9b981b297bbe2e32c46878b7afb73 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 6 Aug 2019 22:44:12 +0000 Subject: [PATCH] Update Project Management --- Project-Management.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project-Management.md b/Project-Management.md index f22c561..832084b 100644 --- a/Project-Management.md +++ b/Project-Management.md @@ -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: -* To Do - an issue deemed a priority and ready to be worked on -* Doing - an issue actively being worked on -* In Review - work that is ready for testing -* Deploy - work that has passed testing and is ready to go live +* ~"To Do" - an issue deemed a priority and ready to be worked on +* ~Doing - an issue actively being worked on +* ~"In Review" - work that is ready for design and/or code review +* ~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.