|
|
|
|
|
by nadaviv
4640 days ago
|
|
I've had issues with TODO list in the past, but settled on a combination of a Kanban board using Trello and Pomodoros, which works quite well so far. If anyone is interested, this is what we're doing: This is how our board looks like: http://i.imgur.com/LnD5a5H.png Each Monday, we pull a week worth of tasks from the Backlog to the Weekly sprint. Each morning, we pull a day worth of work to the Daily goal. We separate Blocked, Actionable and non-Actionable (things that can't be worked on just yet, but aren't quite "blocked". those are usually the tasks that sit around with the rest of the actionable tasks, but ignored because for some reason there isn't much to be done about them). In the end of each sprint, we archive the "Done" list and start a new one. The numbers in the `()` are the estimated time, and we have bookmarklet [1] that sums it up for each list (for when we plan the weekly sprint). [1] https://gist.github.com/shesek/5185168 |
|
By scheduling tasks in weekly and daily blocks, you are factoring in priorities and time estimates into your planning.