IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add isReleased to the getCollection useCase

ekraffmiller opened this issue · comments

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: IQSS/dataverse#10448

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