IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript
MIT License
15 stars 8 forks source link

add isReleased to the getCollection useCase #139

Closed ekraffmiller closed 4 months ago

ekraffmiller commented 5 months ago

For the SPA, we need to display an 'Unpublished' label on the Collections page, if the collection hasn't been released. To do this we need to add an isReleased field to the payload of the getCollection useCase.

This issue depends on adding the field to the API: https://github.com/IQSS/dataverse/issues/10448

GPortas commented 4 months ago

The required API extension is already in QA, removing the waiting label.