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

Implement JSON Patch #213

Open
1 of 4 tasks
bfabio opened this issue Sep 5, 2023 · 1 comment
Open
1 of 4 tasks

Implement JSON Patch #213

bfabio opened this issue Sep 5, 2023 · 1 comment
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest Label

Comments

@bfabio
Copy link
Member

bfabio commented Sep 5, 2023

We should implement JSON Patch, initially for Software, (not to be confused with JSON Merge Patch #173) so that the crawler and other clients can just do things like

{ "op": "add", "path": "/aliases", "value": [ "oldurl.example.org" ] }

Instead of having to get the list of the current aliases, add element, and resend the whole list back.

Entities

  • Software
  • Publishers
  • Logs?
  • Webhooks?
@bfabio bfabio added the enhancement New feature or request label Sep 5, 2023
@bfabio bfabio added the Hacktoberfest Hacktoberfest Label label Oct 11, 2023
@bfabio
Copy link
Member Author

bfabio commented Mar 22, 2024

Implemented for Software in #221.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest Label
Projects
None yet
Development

No branches or pull requests

1 participant