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

What does a delete operation imply? #165

Open
csarven opened this issue Apr 8, 2020 · 1 comment
Open

What does a delete operation imply? #165

csarven opened this issue Apr 8, 2020 · 1 comment

Comments

@csarven
Copy link
Member

csarven commented Apr 8, 2020

[Question was raised in https://github.com//pull/157#discussion_r405219429 .]

The read, write and append operations ( #149 #126 #118 ) are aligned with WAC access modes. Write covers delete in both access mode and definition. Given that context, would it be useful to introduce the notion of delete as a separate operation?

"A delete operation entails that information can be removed."

Without discussing atomicity or recursion in the definition, I'm not sure how useful it'll be, but it may support the phrase "delete operation". Tautology.

It may help to revisit this after existing requirements involving write and delete are drafted and accepted. Ditto "update" and possibly other operations that could be argued to be distinct but I don't think we want to go over board or worse redefine CRUD or something.

@csarven
Copy link
Member Author

csarven commented Sep 25, 2020

Removing a resource from a container entails: i) delete resource, ii) remove containment statement about the deleted resource, iii) delete associated resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant