IQSS / dataverse-client-javascript

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

Fix CreateDataset use case #132

Closed GPortas closed 5 months ago

GPortas commented 6 months ago

What this PR does / why we need it:

This PR fixes the Create Dataset use case, which was behaving incorrectly when integrated into the SPA.

Which issue(s) this PR closes:

Related Dataverse PRs:

Special notes for your reviewer:

Added functional tests to help fix bugs found in the CreateDataset use case. This new type of test will be useful for testing the behavior of the use case as a package consumer. Currently only present for the CreateDataset use case.

In addition, the containerized environment has been fixed to support recently changes related to PIDs in the Dataverse application.

Suggestions on how to test this:

Visual inspection and GitHub action review

Is there a release notes update needed for this change?:

No

Additional documentation:

None