Skip to content
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

Open
alainncls opened this issue Aug 27, 2024 · 0 comments
Open

[US] As a user, I want to see a card view of my Attestations #703

alainncls opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@alainncls
Copy link
Collaborator

alainncls commented Aug 27, 2024

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.

Image
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:

  • "Attestation Type" name (fall back to Schema if not set)
  • "Attestation Type" logo (fall back to Issuer logo if not set)
  • Issuer name
  • Issuance date
  • "Attestation Type" description (hidden if not set)

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:

  1. Clicking on a subject for an attestation (rather from an attestation list or the attestation page - see screenshot below) instead of redirecting to Etherscan
  2. Redirection from 3rd party website such as the Etherscan Attestation Card

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.

Image
Image

Design
The cards should use the same design as the Issuer Page cards

Image

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:

@alainncls 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 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
@satyajeetkolhapure satyajeetkolhapure self-assigned this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

No branches or pull requests

3 participants