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 when editing an existing inspection in the form view #277

Open k-allagbe opened 11 hours ago

k-allagbe commented 11 hours ago

Description

Context
Currently, when users edit an existing inspection in the form view, the label images associated with that inspection are not being retrieved and displayed. Label images are saved with the inspection data and need to be presented in the form view by fetching them from the backend to ensure users have the correct visual references while editing.

Problem Statement
When editing an existing inspection, users cannot see the label images that were originally uploaded with the inspection. The label images should be fetched from the backend and displayed to help users confirm or modify the inspection data with the correct visual references.

Acceptance Criteria

Additional Information