4 ms·
* differentiate between backlog and ready for development: (bi)weekly triage * bugs first, then code reviews, then features * order features by priority; PM? Tr
by tijs 8y ago
* differentiate between backlog and ready for development: (bi)weekly triage
* bugs first, then code reviews, then features
* order features by priority; PM? Triage as well?
* work ready for development list top to bottom
Looks like the tags and keyvals could cover some of that. Maybe a bit hard to express priority (or change it).
Would be neat if changes in the dashboard would update the todos in your code (bit scary though)
- aviaviavi 8y agoPriority does get encapsulated via the special p=INT key val. Also the edits you make in the UI actually are applied to the code! :D My work flow is running a toodles server in a copy of our repo they we reserve for toodles, and commit the changes after planning meetings or similar.