shakacode / shakacode/rescript-dnd
Improve algorithm of detection if draggable is within droppable
Open
Nobody has claimed this yet.
- Dominant language
- ReScript
- Stars
- 119
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
- Use pointer when one dimension is significantly smaller than another (the way it's implemented now)
- Use a center of rectangle when both dimensions are approximately equal
1: Ok

2: Should be improved

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 does not name any files, tests, or entry points. Locate the draggable-versus-droppable detection logic, then verify that elongated rectangles use the pointer while approximately square rectangles use the rectangle center, using the two recorded scenarios as the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100