shakacode / shakacode/rescript-dnd

Improve algorithm of detection if draggable is within droppable

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
ReScript
Stars
119
Forks
14
PR merge metrics
No merged PRs in 30d

Description

  1. Use pointer when one dimension is significantly smaller than another (the way it's implemented now)
  2. Use a center of rectangle when both dimensions are approximately equal

1: Ok

screen recording 2018-07-20 at 09 57 am

2: Should be improved

screen recording 2018-07-20 at 10 01 am

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.