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

Collection transaction operations #4

Closed

Conversation

emmanuelmathot
Copy link
Member

@emmanuelmathot emmanuelmathot commented Nov 28, 2022

Related Issue(s):

Proposed Changes:

  1. Add the PATCH /collections/{collectionsId} operation to the extension
  2. Add the patchCollection schema to specify the fields of the collection that can be updated
  3. Add the DELETE /collections/{collectionsId} operation to the extension

PR Checklist:

  • This PR has no breaking changes.
  • I have added my changes to the CHANGELOG or a CHANGELOG entry is not required.

@emmanuelmathot emmanuelmathot changed the title PATCH collection operation Collection transaction operations Jan 10, 2023
Emmanuel Mathot added 2 commits April 19, 2023 11:34
@philvarner
Copy link
Contributor

  1. I think we should move this into a separate Collections Transaction extensions, since this spec is based on the OGC Part 4 spec and is Candidate/Stable maturity. Collections txn should have a different conformance class anyway, and I think it makes sense to split them into two different specs that can mature at different rates.
  2. POST for create and PUT should also be supported, not just PATCH and DELETE.
  3. Maybe for DELETE, there needs to be a way to specify recursive or non-recursive delete.

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.

2 participants