You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: