Event ticket page
Dudleyneedham opened this issue · 2 comments
The event ticket page should have the ability to show multiple tickets.
Each of these event ticket credentials should be cards that can be expandable.
Some inspiration can be found in this article. https://seo-michael.co.uk/wallet-creator-ios/
The data should show the following:
- Name of the Event
- Address of the Event
- Event ticket ID number
- Full name of the participant
- Contact information
- Date of birth?
- Attested
- Address of attester or w3n
- credential hash
The credentials hash should be queried to check if still valid.
The event ticket ID number would be the credential ID I would assume?
I think an event ID would also be cool, because it allows verifiers (e.g. bouncers) to quickly and unambiguously check if a claimer's ticket is valid for the current event.
Here a user requests a claim and when he scans the endpoint of the attester, it makes a POST request with {Full name, Contact, Email and date of birth.}, then it gets a ticket as a response containing the data you defined on the Expandable Card.