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 Tags endpoint for all Resource endpoints #450

Open
2 tasks
keithmanville opened this issue Apr 19, 2024 · 0 comments
Open
2 tasks

Implement Tags endpoint for all Resource endpoints #450

keithmanville opened this issue Apr 19, 2024 · 0 comments

Comments

@keithmanville
Copy link
Collaborator

keithmanville commented Apr 19, 2024

Tags can be applied to all Dioptra Resources. The operations for tagging Resources will be handled by a /<resource>/{id}/tags sub-endpoint. The controller should be implemented in a way that minimizes code duplication and ideally enforces consistency across Resource endpoints.

Implement this feature for /queues and undergo review before implementing for all endpoints.

Definition of Done

  • Any additional required schemas are implemented
  • All Resource endpoints have the /tags sub-endpoint implemented according to REST API documentation
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

No branches or pull requests

1 participant