HydraCG / Specifications

Specifications created by the Hydra W3C Community Group
Other
139 stars 25 forks source link

Map predefined operations to CRUD operations and name them accordingly #4

Closed lanthaler closed 10 years ago

lanthaler commented 11 years ago

_Raised by Thomas Hoppe:_

"CRUD" stands by convention for Create,Read, Update, Delete while in the Spec "R" means Replace. I recommend to stick to this convention. A replace operation is just a special kind of "Update".

lanthaler commented 10 years ago

This issue was closed mistakenly by a git push running amok.

lanthaler commented 10 years ago

PROPOSAL: If we are going to remove all our *ResourceOperations the problem will solve itself as schema.org has both an UpdateAction and a ReplaceAction. The difference is is important in practice (idempotence).

cdchapman commented 10 years ago

:+1:

lanthaler commented 10 years ago

Call for consensus: http://lists.w3.org/Archives/Public/public-hydra/2014Jul/0078.html

lanthaler commented 10 years ago

Closed as consequence of the following decision:

RESOLVED: Do not introduce RetrieveResourceOperation and remove other Operation types.