-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Web UI
-
Release Notes Summary:Ordered folder support is added in WebUI
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Sprint:nxGang Sprint 10.1.4, nxGang Sprint 10.1.5
-
Story Points:3
As an user with write permission on a orderable folder
I want to move one or several children from order
So that I can reorder the folder documents
Proposed solution
When a user select one or several items and the selection bar is displayed, it should present two more items:
- move Up
- move Down
When >1 items are selected, they should behave as a group and retain their relative position to each other, unless there are constraints one of them cannot move and they start to collapse to a joint group.
ie. group indexes (1,3,4,6) -> moves up -> group index (1,2,3,5)
No Drag and Drop in the scope for this (when DnD is added to Web UI would be a better time)
Mockup
Action icons should be the same as collection ordering.
Acceptance criteria
Given on a Ordered Folder, items (1, 3, 4, 5) are selected
When "Up" action is pressed
Then Items should be at orders (1, 2, 3, 4)
Given on a Ordered Folder, items (1, 2) are selected
When "Up" action is pressed
Then Items should maintain orders.
Given on a Ordered Folder with 5 items, items (1, 3, 4, 5) are selected
When "Down" action is pressed
Then Items should be at orders (2, 3, 4, 5)
Note: 1 index is top item.
- depends on
-
NXP-24175 Create move member operation for OrderedFolder
- Resolved
- is related to
-
ELEMENTS-596 Fix order position on list when ordering items in groups
- Resolved
-
NXS-4799 Missing elements in Studio registry
- Resolved
- is required by
-
ELEMENTS-549 Add reorder ability to Ordered Folder view layout
- Resolved