IQSS / dataverse-frontend

An upcoming and modernized UI for Dataverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing privateUrl properties

MellyGray opened this issue · comments

Overview of the Feature Request

To display a dataset accessing through a privateUrl token we are currently using a js-dataverse use case getPrivateUrlDataset.execute(privateUrlToken) but this use case do not provide all the properties needed to display the full dataset.

These are some properties that we'll have to get from other js-dataverse use cases in order to complete the dataset:

  1. Dataset user permissions
  2. Dataset locks
  3. Dataset files total download size

Note that there are already use cases implemented in js-dataverse to get this dataset data when accessing through dataset id, but we'll need to get them using a privateUrl token to complete the getByPrivateUrlToken() implementation of DatasetJSDataverseRepository

What kind of user is the feature intended for?

All users

What inspired the request?

What existing behavior do you want changed?

None

Any brand new behavior do you want to add to Dataverse?

None

Any open or closed issues related to this feature request?