Download Items
Steps¶
- User goes to the List Items page and uses filtering, sorting, and pagination to narrow down the list of items.
- The user can optionally select specific items from the list.
- User clicks on a “Download” button, which presents options:
* Download Selection: Downloads only the items explicitly selected by the user. Assumes an action on the UI that allows the user to select all in the page.
* Download All: Downloads all items that match the current filter criteria, up to a system-defined limit. - The system generates a CSV file containing the information for the selected items.
* The file includes all relevant item data fields.
* Crucially, it includes anArdaIdcolumn, which is the unique identifier for each item within the Arda system.
* It also includes anActioncolumn, pre-populated with the valueIGNOREfor each row. This makes the file directly compatible with the bulk update functionality. - The user’s browser prompts them to save the generated CSV file.
- While the file is being generated and downloaded, the user is blocked from interacting with the system (synchronous operation). This will be improved in the future to be an asynchronous process.
Scenario¶
Copyright: © Arda Systems 2025, All rights reserved