ConfigHubPub / ConfigHubPub/ConfigHubPlatform
[feature] Ability to reorder lists in web editor
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
If you need to insert a value in a list anywhere except the end, it is pretty painful, since you can't drag to reorder the list and instead have to copy down values one-at-a-time in order to insert your value somewhere in the middle. It'd be great to have the ability to drag list items to reorder them
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 file or test; start by locating the web editor's list component and its current item-editing path. Done means list items can be dragged into a new position so a value can be inserted in the middle without manually copying other values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100