-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[US] As a user, I want to see a card view of my Attestations #703
Labels
Comments
alainncls
changed the title
[US] As a users, I want to see a card view of my attestations when looking at a view of my attestation, so that information are easier to understand
[US] As a user, I want to see a card view of my Attestations when looking at a view of my attestation
Aug 27, 2024
alainncls
changed the title
[US] As a user, I want to see a card view of my Attestations when looking at a view of my attestation
[US] As a user, I want to see a card view of my Attestations
Aug 27, 2024
This was referenced Oct 15, 2024
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user,
I want to see a card view of my Attestations,
So that this information is easier to understand
Context
For end-users, the main use case for the explorer is to view attestations issued to a specific recipient, which can be their own address. At the moment, to get this information, the users would need to use the search bar to look for and address or go to the “My Attestation” view. In both cases, the users are presented with a list of attestations containing “technical” information like the Portal or Schema name. Now that we have Attestation Type metadata, we can present contextual information that provides better indication to the users.
Current page for “My Attestation”
Proposed Solution
We propose displaying attestations as cards, similar to the Issuer Page. This format provides better readability and is more familiar for users, as it is widely used to display NFTs, badges etc. The cards would provide all the information provided in the Attestation Types, namely:
A button would be displayed at the bottom of the card:
"View details" button (brings to the Attestation detail page)
Impacted pages
This page can be first implemented in the “My Attestation” page as well as by creating a dedicated “subject” page which can be accessed through the url explorer.ver.ax/[chain]/subject/[address]. This page would be accessible by:
At a later stage we will aim to find a proper heuristic to display this page when the users use the search bar to look for a subject address.
Design
The cards should use the same design as the Issuer Page cards
Future iterations (out of scope for the current ticket)
The aim is to have restricted scope for the first version and then quickly iterate on it.
Here is a list of improvement that should follow:
The text was updated successfully, but these errors were encountered: