Don't move task to calendar when dropped outside
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 706
- Forks
- 117
- Avg merge
- 8h 50m
- Merged PRs (30d)
- 18
Description
At the moment when you drop a dragged task outside of a calendar, it is inserted at the last valid position. This might be unexpected to the user and effectively prevents canceling a drag and drop operation.
With Sortable v1.10.0 and the OnSpill plugin https://github.com/SortableJS/Sortable/tree/master/plugins/OnSpill this can be improved once the new Sortable.js version is released.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository file or test; start by locating the task drag-and-drop integration and its Sortable.js dependency. Review Sortable v1.10.0 and the OnSpill plugin, then verify that dropping outside a calendar cancels the operation instead of inserting the task at its last valid position.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100