-
Notifications
You must be signed in to change notification settings - Fork 19
Add some missing sections endpoints #410
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
Conversation
|
Hi @LDeakin, thank you for your contribution! Is it ok if we add you to I image you use this code in a previewer. Is the code for the previewer available somewhere? Would you like to contribute it to this repository as well? |
conf/routes
Outdated
| POST /api/files/:id/remove @api.Files.removeFile(id: UUID) | ||
| POST /api/files/bulkRemove @api.Files.bulkDeleteFiles() | ||
| GET /api/files/:id/metadata @api.Files.get(id: UUID) | ||
| GET /api/files/:id/getSections @api.Files.getSections(id: UUID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we change the API route to GET /api/files/:id/sections to be consistent and to follow REST rules? Thank you.
|
Thanks @lmarini, I've renamed
That's me. Yes, happy for you to add me to CONTRIBUTORS.md.
I could contribute it, but it still needs some work. It is a dataset previewer that overlays images, allows panning/zooming, and annotation with section boxes. Is this of interest? |
That looks great @LDeakin! We would love to add it to the default previewers when it's ready. Please let us know if we can help. Thank you. |


Description
Review Time Estimate
Types of changes
Checklist: