learningequality / learningequality/studio

Support drag and drop for multiple selected items

Open
#3,209 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

design: todo P1 - important TAG: performance TAG: ux update
Dominant language
Python
Stars
191
Forks
307
Avg merge
5d 6h
Merged PRs (30d)
10

Description

Desired behavior

As a user of Studio, when I toggle to select multiple resources or topics in the topic view, I would like to be able to initiate drag-and-drop of the entire selection by dragging any one of the selected nodes.

Current behavior

Only the item with which drag-and-drop was initiated is actually dragged and dropped.

Value add

Users can make better use of bulk editing channels through multi-selection drag-and-drop.

Considerations

We originally had this designed for Studio, but due to some time constraints as well as some design questions, it was put on hold. Here are some areas for consideration:

  • Is it clear to a user that selecting multiple items and initiating drag-and-drop from just one of those resources would cause drag-and-drop for all? What if the user selects multiple items and drags an unselected item?
  • When drag-and-drop is initiated for a single item, we create a blank space where the node was. For multiple items, it seems awkward to blank out a large portion of the view. If we hide them, it could cause awkwardness with the UI's transition to and from that state. Perhaps we should move towards a new UI representation for items currently being dragged.
  • As it was designed, dragging multiple items would update the floating placeholder's display such that it clearly represents multiple items being dragged. This is somewhat tied to some feedback given on the wobbliness of the floating placeholder. It's been improved since, but will never match the native HTML5 placeholder which is actually an image.

Technical notes

The utility code was built to facilitate multi-selection drag-and-drop, so little work should actually be required to enable it technically speaking. The corresponding UX needs most of the attention.

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

Start by reviewing the existing multi-selection drag-and-drop utility and the Studio topic view. Define the UX for selected versus unselected nodes, dragged-item placeholders, and the floating representation; done means dragging a selected node moves the full selection with a clear, consistent UI.

Written by the indexing model from the issue text.

Assessment

Domain
design, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.