|
|
|
|
|
by Jtsummers
2840 days ago
|
|
> DONE means DONE, if it needs QA, Documentation, install script, whatever, it stays in DOING until it's truly DONE. Once you have this, you can expand the DOING with additional columns to represent those other stages. If you implement a new (particularly user-facing) feature, you need to update your manuals. That may be a technical writer, it may be the developer or the tester, may be a team effort, doesn't matter really. So your columns (if this is a requirement for your business) become: | TODO | PROGRAM | UPDATE MANUAL | REVIEW | DONE
This is one of the nice things about kanban. It's very fluid, really nothing is set in stone. Allow the board to represent the real process as you discover it. |
|