-
Notifications
You must be signed in to change notification settings - Fork 0
Create kanban-style view #123
Comments
Could use https://github.com/lourenci/react-kanban or https://github.com/rcdexta/react-trello (may be others) |
Could also place configurable limits on number of tasks in each column, to limit WIP/tasks in ready, if set will warn if exceed these limits when create/view all tasks (can't make an error as tasks can be created from other sources, and might sometimes want to temporarily exceed) |
Dragging tasks to update them is probably a nice-to-have, not needed for MVP, can always just edit directly to update |
A few thoughts from notes on https://www.amazon.co.uk/Personal-Kanban-Mapping-Work-Navigating-ebook/dp/B004R1Q642 + thinking about this generally: MiscFeedback when moving tasks between columns (in particular to done) is key, as a reward and to make you note this transition and any data points on this, have some kind of animation when do this - related: #72 "Personal Kanban has only two rules: Visualize your work and Limit your work-in-progress." - initial visualization should happen just from a kanban board, ability to place limits on each column, with warning when exceeded, should help limit WIP
Possibly regular recurring tasks should appear in different section on boards, to avoid overwhelming other tasks? Initial boardsInitial kanban boards it would be useful to have (and so should make these possible to configure, if minimally featured, early on) standard workflow board (most important):
projects and contexts boards
week planning
|
Need to decide MVP features from above, log rest to come back to. Maybe just do stuff to create minimal standard workspace board:
|
Dragging tasks between columns should update them, either complete/incomplete or contexts.
Related: #94, #2
Columns to use should be configurable, via #122
The text was updated successfully, but these errors were encountered: