We need the ability to export various types of VOs via RQL queries in a format that is easily downloadable and formatted exactly how a Mango import expects. The endpoints are all at GET ../export
REST Endpoints Needed
The UI should have a button on any list/table that will then use the RQL filter on the table to get the export file for download. Also any edit view should have a button that makes an RQL query xid=for_export to get the single item for download.
As a general rule use the export icon and place in top right edit view for single download or top right of table header in download all view.
UI Needed
- Add download all button (Hover text to say Export all)
- Change existing export buttons to use new endpoints /export and /export-with-points
- Download all from list
- Download one by XID in edit window
- Add icon to table that uses RQL to filter
- Button to download all from list in edit view
- Button to download single in edit event detector view
- Download all from list
- Download one by XID in edit window
- Download all from list
- Download one by XID in edit window
- Download all from list
- Download one by XID in edit window
- Download all from list
- Download one by XID in edit window
- Add download using RQL from table
- Download one by XID in edit window
- Add download using RQL from table
- Add download from table using filter
When testing please export and import the files to ensure they are formatted correctly before checking off a box.
We need the ability to export various types of VOs via RQL queries in a format that is easily downloadable and formatted exactly how a Mango import expects. The endpoints are all at GET ../export
REST Endpoints Needed
The UI should have a button on any list/table that will then use the RQL filter on the table to get the export file for download. Also any edit view should have a button that makes an RQL query xid=for_export to get the single item for download.
As a general rule use the export icon and place in top right edit view for single download or top right of table header in download all view.
UI Needed
When testing please export and import the files to ensure they are formatted correctly before checking off a box.