Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Completed
-
None
-
Col | Sprint 4 | Nov19 - Nov30, Col | Sprint 8 | Feb4 - Feb15, 021 - Spearow
Description
Goal
One of the use cases we want to cover in Bulk actions is the possibility of selecting all the assets in a folder and apply an action. To do that, we need to adapt our backend services and we need to tune our management toolbar. The goal of this story is to adapt the management toolbar and enable the "Select All" pattern.
Acceptance Criteria
- When a user has selected all the assets in a pagination of DM, the user will be able to select all the assets in that folder.
- When a user has selected all the assets in a folder, the system will provide feedback of the selection to the user.
- When a user has selected all the assets in a folder, the system will allow the user to clear the selection
Use case: Select All
- Check all the assets in current page using Check All or manually one by one.
- Click "Select All" in the management toolbar
Expected: All the dataset must be selected and "Select All" hides.
Use case: Multi selection in pages
- Check two the assets in Page 1
- Select Page 2
- Check One Item
Expected: 3 Items must be selected
User Experience
Interaction
Selection Rules for Management Toolbar
- Always the checkbox is related to elements selection in the page.
- Each time I change page, the checkbox status is unchecked
, unless selection is already made in the destination page.
- When not all elements in a page have been selected but at least 1 is selected, the checkbox status is Indeterminate:
- When all elements in page are selected, the checkbox status is:
- Each time an element is selected or deselected the elements counter updates in the second state of the management bar. The counter is on the second state of the management bar.
- If elements are selected at any page, the management toolbar must remain in the second status on page change.
- When clicking on a partial selection state (checkbox status is Indeterminate:
), the result is page selection and the checkbox state turns into Unchecked state:
- Selected items counter must be always done over the global number of items and accumulating from page to page.
- Follow rules described in the Select All Feature document.
Checkbox State Cycle
When the user clicks a checkbox:
- If it's Indeterminate then it changes to Unchecked.
- If it's Unchecked then it changes to Checked.
- If it's Checked then it changes to Unchecked.
Attachments
Issue Links
- depends on
-
LPS-87543 Adapt DM sevices to support "Select All" selection
-
- Closed
-