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 guaranteed analysis in a table format on the form. #98

Closed SamuelPelletierEvraire closed 2 months ago

SamuelPelletierEvraire commented 3 months ago

Bug Report

Description

Bug Summary: Users are unable to view guaranteed analysis data in a structured table format within the form. This feature is expected but currently absent, causing an issue with data presentation and usability.

Steps to Reproduce:

  1. Open the application.
  2. Proceed normally until the FormPage is displayed.
  3. Observe the missing guarenteed analysis table from the layout displayed.

Expected Behavior: Users expect that after entering or uploading fertilizer label information, they will see the guaranteed analysis presented in a clear table format on FormPage. This should allow for easy reading and comparison of nutrient contents and other relevant data.

Actual Behavior: After entering or uploading fertilizer label information, users find that there is no table displaying guaranteed analysis data on FormPage. The application seems not to recognize or process array structures from JSON files for presentation.

Environment