Problem
Tasks can only be reordered by adding/deleting. Users want to drag-and-drop to reorder.
Proposed solution
- Use the native HTML5 drag API; avoid heavy libraries.
- Persist order in
localStorage alongside the task list.
Acceptance criteria
A bounty has been opened for this issue on CodeBounty.
Problem
Tasks can only be reordered by adding/deleting. Users want to drag-and-drop to reorder.
Proposed solution
localStoragealongside the task list.Acceptance criteria
A bounty has been opened for this issue on CodeBounty.