Skip to content
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

[ENH] add delete operation to all endpoints #165

Merged
merged 35 commits into from
Dec 8, 2021
Merged

[ENH] add delete operation to all endpoints #165

merged 35 commits into from
Dec 8, 2021

Conversation

jdkent
Copy link
Member

@jdkent jdkent commented Dec 2, 2021

allow users to delete their studies/analyses, etc.

dependent on #163

  • test basic functionality for crud on all endpoints

ref #161

analyses/ POST
Not currently working. Need this to create analyses

should be working now

analyses/ DELETE
Not currently implemented. Need this to delete analyses

implemented

points/ POST
Not currently working. Need this to create points

implemented

points/ DELETE
Not currently implemented. Need this to delete points

implemented

datasets/ POST
Working. Successfully creates object but there is no way to feed in a name and description when creating the object.

fixed response body

datasets/ DELETE
not currently implemented. Need this to delete datasets
implemented

_parent: when "deep" cloning, do not want _parent attributes to be set since they will have a new reference
_linked: not necessarily a _parent or _nested within another resource, but otherwise related and need to maintain this relationship
…eing copied so a new object can be the parent
@jdkent jdkent changed the title [ENH, wip] add delete operation to all endpoints [ENH] add delete operation to all endpoints Dec 8, 2021
@jdkent jdkent merged commit 50c5c07 into master Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant