dataverse-frontend icon indicating copy to clipboard operation
dataverse-frontend copied to clipboard

Add Export Metadata Dropdown

Open MellyGray opened this issue 2 years ago • 3 comments

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

Captura de pantalla 2023-10-02 a las 11 14 41

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

MellyGray avatar Oct 03 '23 10:10 MellyGray

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:

Image

Best, Bethany

bseeger avatar Mar 24 '25 15:03 bseeger

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

pdurbin avatar Mar 24 '25 18:03 pdurbin

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.

pdurbin avatar May 23 '25 20:05 pdurbin