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

As a dev, I want to add endpoints to retrieve the correct label images associated with an inspection #162

Open
Tracked by #271
k-allagbe opened this issue Oct 6, 2024 · 0 comments

Comments

@k-allagbe
Copy link
Member

k-allagbe commented Oct 6, 2024

Description

Context
Label images are currently saved alongside inspection data, but there is no way to retrieve these images. To support the inspection workflow, we need to provide API endpoints that allow the retrieval of label images associated with specific inspections.

Problem Statement
The application lacks the necessary API endpoints to allow retrieval of label images associated with inspections.

Acceptance Criteria

  • Implement a GET endpoint to retrieve all label images associated with a specific inspection.
  • Implement a GET endpoint to retrieve an individual label image by its ID.
  • Ensure the endpoints follow REST/CRUD API patterns and return appropriate status codes.
@k-allagbe k-allagbe transferred this issue from ai-cfia/fertiscan-frontend Oct 6, 2024
@k-allagbe k-allagbe changed the title As a dev, I want to add an endpoint to retrieve the correct label images associated with a specific inspection As a dev, I want to add endpoints to retrieve the correct label images associated with an inspection Oct 6, 2024
@k-allagbe k-allagbe moved this to Todo in FertiScan Oct 6, 2024
@k-allagbe k-allagbe self-assigned this Oct 7, 2024
@k-allagbe k-allagbe removed their assignment Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant