Add Export Metadata Dropdown
Overview of the Feature Request
The goal is to add the Metadata Export Dropdown to the metadata tab of Dataset Page view mode.
Mockup of the requested element
What inspired the request?
- #63
What existing behavior do you want changed?
None
Any brand new behavior do you want to add to Dataverse?
- Add the Metadata Export Dropdown to the metadata tab of Dataset Page view mode
Any open or closed issues related to this feature request?
- #63
- #182
Hello, When working on this feature could you please display the list of exporters in alphabetical order in the UI? It was alphabetized in versions of Dataverse up until 5.14 and is nice way to organize the list.
v5.13 order:
Best, Bethany
Also, these exporters can now be seen at https://beta.dataverse.org/api/info/exportFormats
Thanks to this PR:
- https://github.com/IQSS/dataverse/pull/10739
On the backend we've merged this PR to allow exports from drafts:
- https://github.com/IQSS/dataverse/pull/11398
I didn't spend time making this possible from JSF (it was a little tricky) but while we're building the export metadata feature for the SPA, we should make it possible to download exports from drafts.