eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Enhancement for Credential Request Page #773

Open jjeroch opened 1 month ago

jjeroch commented 1 month ago

Description

This ticket is created to address the enhancement of the credential request page on the Catena-X portal. The goal is to support loading and API errors for a better user experience.

Details

Tasks

  1. Implement loading indicators to provide visual feedback to the user while waiting for API responses. (GET and POST calls)
  2. Handle API errors and display appropriate error messages to the user.
  3. Test the enhanced page to ensure smooth loading and error handling.
  4. Deploy the changes to the production environment.
nidhigarg-bmw commented 1 month ago

@jjeroch All API's (Download document, approve/decline, Revoke) in this page handling errors and giving error notification if there is any error from API response. For fetching credentials in /issuer call, if there is any error then its handling in the table itself. image

Does it fine to you ?