-
Notifications
You must be signed in to change notification settings - Fork 0
How we track work
We have chosen to track work across two Github Projects:
Discovery is where ideas are first added and research and design work happens. Work flows through the following columns in a kanban style:
New ideas are added to this column by default. The column is prioritized with the next stories to be researched and/or designed are placed at the top.
- Tasks unrelated to user stories are being worked on.
- User research or design work is happening on user stories that need it.
Work is complete on the task, but a peer review step is required before we can consider the task to be complete.
- Tasks unrelated to user stories have been completed, to be archived at the next demo.
- Tasks with upcoming development work are ready to be moved to the
Delivery
board
Any ideas that are good, but that we are not ready to take on can be parked in the Icebox
The Delivery
project board is where the Near team will track stories through the development, review, and deployment process.
This is where stories first appear on the delivery board (both conceptually and automagically, thanks to our configured automation). They could be stories at any stage: engineering-proposed tasks, bugs, drafts of user stories, stories that have been written after being on the Done / Ready for Delivery
column in the Discovery
board, etc.
The Product Manager is responsible for reviewing these stories and deciding which are in scope for the current phase of work based on the product vision, and collaborating with the engineers to decide which user stories, chores, and bugs from the Icebox to pull into and prioritize in the Backlog.
This is a prioritized list of stories that are ready for development and we are committing to doing in near-term land in this column. Most important ones should be at the top.
Ideally the delivery team will review these stories in prioritized order in planning at beginning of the iteration, so that everyone has a shared understanding of the work to be done.
Development work is actively happening on this story.
A Pull Request has been opened for this story and another engineer has been requested to review it. Stories should not stay in this column for very long.
Another engineer has approved this Pull Request, but it has not yet been merged. Stories should not stay in this column for very long.
The PR has been merged, and the changes have been deployed to the staging environment and ready for demo.