-
Notifications
You must be signed in to change notification settings - Fork 10
Implement use case to Delete dataset #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement use case to Delete dataset #286
Conversation
ekraffmiller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! The only general comment I have, is I think it would be good to change the name of the use case from deleteDataset to deleteDatasetDraft, to make it more clear that it is only the draft version of the dataset that will be deleted. And in useCases.md, to add that an error will be thrown if a draft version of the dataset doesn't exist
|
@ekraffmiller Hi ellen, thanks for reviewing. I changed the naming, and it's ready for review again |
ekraffmiller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, approved!
|
tests passing, merging. |
What this PR does / why we need it:
allow to delete a dataset
Native api reference
Which issue(s) this PR closes:
Related Dataverse PRs:
Special notes for your reviewer:
Suggestions on how to test this:
Is there a release notes update needed for this change?:
Additional documentation: