ai-cfia / fertiscan-frontend

This repository is for the frontend of the project react
MIT License
2 stars 1 forks source link

Label image fetching #271

Open k-allagbe opened 14 hours ago

k-allagbe commented 14 hours ago

Context

Currently, our application allows saving label images along with the inspection data. However, while inspection data retrieval has been implemented, label images are not being retrieved or displayed to the user. When users access inspection details or modify an existing inspection in the form view, the label images should be presented. The only scenario where images are uploaded by the user is during the creation of a new inspection.

Desired Outcome

Tasks

Frontend

Backend