ai-cfia / fertiscan-frontend

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

As a user, I want to see the correct label images in the details view associated with the inspection #276

Open k-allagbe opened 11 hours ago

k-allagbe commented 11 hours ago

Description

Context
Currently, users are able to retrieve inspection data but are not seeing the associated label images in the details view. Label images are saved along with the inspection data and need to be correctly displayed when a user views the details of an inspection by fetching them from the backend.

Problem Statement
Users are unable to view the correct label images tied to the specific inspection they are examining in the details view. The label images need to be fetched from the backend and displayed alongside the inspection data.

Acceptance Criteria

Additional Information