π Progress
It is important for tasks to have the proper STATUS and SWIMLANE attribute declared appropriately.
- β When tasks are incorrectly attributed they run the risk of becoming forgotten / neglected, thus eating into a deadline and putting pressure on a team.
- π When tasks are correctly attributed it is clear who needs to work on what and when.
βοΈ HAND-OFF
- π IT IS VERY IMPORTANT AND EASY TO SEND A MESSAGE ON SLACK TO THE NEXT PERSON WHO NEEDS TO "OWN" THE TASK!
- οΈβΉ It is entirely possible for Task to have a bug or for a teammate to have cluttered notifications.
- π It also gives you an opportunity to provide context to the task.
β»οΈ QA TASK FLOW
When a task is assigned to the QA Analyst it should have the following STATUS and SWIMLANE attributes:
STATUSπIN QASWIMLANESDESIGNπDONE( π if necessary, ignore if blank )DEVELOPMENTπDONE( π sometimesCODE REVIEWis okay if task is simple)QAπTO DODESIGN QAπWAITING( π if necessary )
ποΈ IN PROGRESS
While QA works on the task, it should have the following STATUS and SWIMLANE attributes:
STATUSπIN QASWIMLANESQAπIN PROGRESS
π QA FAIL
When a task Fails, it should be assigned back to the Developer and should have the following STATUS and SWIMLANE attributes:
STATUSπIN DEVELOPMENTSWIMLANESDEVELOPMENTπIN PROGRESS( β οΈ not "To Do", because then they will think it has never been touched )QAπQA FAIL
β QA PASS
When a task Fails QA, it should be assigned back to the Developer and should have the following STATUS and SWIMLANE attributes:
STATUSπRELEASE READYorIN DESIGN QA( π if necessary )SWIMLANESQAπQA PASSDESIGN QAπTO DO( π if necessary )
π DESIGN QA FAIL
When a task Fails Design QA, will go back to the Developer the same way a task would go to the Developer when failing in QA, however after that the task can go back to QA to verify the design failures were fixed if the designer desires.
STATUSπIN DEVELOPMENTSWIMLANESDEVELOPMENTπIN PROGRESSQAπQA PASS( This will remain "QA PASS" to make the progress of the task clear and because often a Design QA Failure was unforeseen. )DESIGN QAπDESIGN QA FAIL
β DESIGN QA PASS
When a task Passes Design QA, either the designer or QA who passes the task can put the task in Release Ready.
STATUSπRELEASE READYSWIMLANESDEVELOPMENTπDONEQAπQA PASSDESIGN QAπDESIGN QA PASS