It would be nice to sort the task list or reprioritize task items individually.
Two implementation ideas:
- The obvious interface is a drag-and-drop handle ↕️ on each task item.
- A very simple interface is a "move to top ⏫" button and a "move to bottom ⏬" button on each task item.
- The user can manually prioritize by pressing those buttons.
Which to choose depends on the overall complexity of drag-and-drop. If it the implementation is simple and bug-free, it will be the
It would be nice to sort the task list or reprioritize task items individually.
Two implementation ideas:
Which to choose depends on the overall complexity of drag-and-drop. If it the implementation is simple and bug-free, it will be the