Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enable drag-and-drop task reordering within status columns 🔄 #156

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

RobertAtNineMinds
Copy link
Contributor

This update introduces the ability to reorder tasks within status columns using drag-and-drop functionality. Tasks now maintain their order through WBS codes, with visual indicators showing drop positions. A database migration removes the unique constraint on WBS codes to support this feature.

Key changes:

  • Add reorderTasksInStatus server action
  • Implement drag-and-drop reordering UI with visual guides
  • Remove unique constraint on WBS codes
  • Sort tasks by WBS code in status columns

🧙‍♀️ "Dorothy would be proud - we're not in static task orders anymore! Now our tasks can dance down the yellow brick road in any order they choose ✨"

This update introduces the ability to reorder tasks within status columns using drag-and-drop functionality. Tasks now maintain their order through WBS codes, with visual indicators showing drop positions. A database migration removes the unique constraint on WBS codes to support this feature.

Key changes:
- Add reorderTasksInStatus server action
- Implement drag-and-drop reordering UI with visual guides
- Remove unique constraint on WBS codes
- Sort tasks by WBS code in status columns

🧙‍♀️ "Dorothy would be proud - we're not in static task orders anymore! Now our tasks can dance down the yellow brick road in any order they choose ✨"
@RobertAtNineMinds RobertAtNineMinds merged commit dc50b2b into main Jan 3, 2025
2 of 3 checks passed
@RobertAtNineMinds RobertAtNineMinds deleted the reorder-project-tasks branch January 3, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant