eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Framework Agreement Request Page - Status missing #777

Closed jjeroch closed 1 month ago

jjeroch commented 1 month ago

Issue Description: Since the latest update, the credential request status is missing. Previously, the status was displayed as "Pending" or "Active", but now it always shows "Edit" in the UI.

Steps to Reproduce:

  1. Go to the credential page.
  2. Check the status of the credentials.

Expected Behavior: The credential request status should be displayed correctly based on its actual status.

Actual Behavior: The credential request status is missing and always shows "Edit".

Impact: The missing credential request status affects the usability of the application, as users are unable to determine the current status of their requests.

Proposed Solution: To address this issue, the following decision has been made for the implementation:

  1. Instead of displaying the credential status as part of the given credential row, the requests will now be displayed below the initial row.
  2. The "Edit" button will be changed to "Request" to accurately represent the action.

Design:

image
jjeroch commented 1 month ago

Hi Nidhi, implementation looks very good - a small update is needed regarding the content alignment. The chipcards are not in horizontally aligned to the rest of the content.

image