We need to bring back CSV export feature that was available via JSF application in a more robust and scalable way, with ability to configure the desired columns, so that it can be plugged to Web UI.
Definition of Done:
- Look at what is in JSF
- Select several columns and chose the documents and export within a CSV file. Can be a search, can be a folder selection or a document selection
- Find/prepare/select document through the UI: task for UI team to think of UI/UX, and how they think the API should look like
- Is it a new REST end point? provide a query endpoint ?
- have a synchronous operation providing the CSV (one that could be migrated to bulk operation easily later on)
- depends on
-
NXP-26082 Fix CSVExport Bulk action never ending
- Resolved
-
NXP-24335 BAF: Resilient Bulk Actions Framework
- Resolved
- is required by
-
NXP-24901 CSV export UI
- Resolved
-
NXP-24963 CSV export of a document's history in new Web UI
- Open
-
NXP-24962 CSV export for NXQL search in new Web UI
- Resolved
- links to