-
Notifications
You must be signed in to change notification settings - Fork 2
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
change UI so users can issue attestation as multiple attester orgs #168
Comments
@Tosinolawale - can you mock this one up, very small change I think UX wise
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@mateodaza for you to take a look at once smart contract is deployed on testnet and BE is integrated and working. |
In addition we'll need to handle this mateo so we are issuing multiple attestations - you can find an example in their SDK docs here: https://docs.attest.org/docs/developer-tools/eas-sdk#example-creating-multi-onchain-attestations |
in #167 users will be able to issue multiple attestations in one transaction using a new contract. This will allow users to issue a vouch or flag as one or more attester orgs that they belong to, each one becoming a separate attestation.
the UX of vouching or flaggin will need a simple change of the attester orgs selection component to be multi select instead of single select. some slight copy changes will be required on the same modal.
even if the user issues an attestation at once as multiple attester orgs they will still be treated separately on the table of attestation data for users and project. We will not need any UI changes in how we handle editing and deleting a particular attestation
The text was updated successfully, but these errors were encountered: