You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
I want the system to show "Not Verified Yet" instead of "Expired" when re-verification fails,
So that I can understand that my stamp is in a non-verified state rather than incorrectly assuming it has expired.
Acceptance Criteria
GIVEN a user with an expired stamp,
WHEN the user attempts re-verification and fails,
THEN the system should display "Not Verified Yet" instead of "Expired" on the stamp.
Product & Design Links:
Tech Details:
Modify the logic handling re-verification outcomes to distinguish between expired and not yet verified states.
Update UI components to reflect the "Not Verified Yet" status appropriately.
Ensure consistency in the messaging across different parts of the application where the stamp status is displayed.
Open Questions:
Notes/Assumptions:
Assumes that the backend can distinguish between an expired stamp and a failed re-verification attempt.
Assumes that this change applies to all types of stamps within the system.
The text was updated successfully, but these errors were encountered:
User Story:
As a user,
I want the system to show "Not Verified Yet" instead of "Expired" when re-verification fails,
So that I can understand that my stamp is in a non-verified state rather than incorrectly assuming it has expired.
Acceptance Criteria
GIVEN a user with an expired stamp,
WHEN the user attempts re-verification and fails,
THEN the system should display "Not Verified Yet" instead of "Expired" on the stamp.
Product & Design Links:
Tech Details:
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: