Skip to content

Drag-and-drop reordering on board view #7

Description

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

  • Smooth drag preview
  • Order persists across reloads
  • Works with keyboard (arrow keys + Space)

A bounty has been opened for this issue on CodeBounty.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions