-
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
|
Quick question @divine-comedian currently the Minting feature is only for qualified users with no other attestation groups. That still holds right? With this feature users still won't be able to select another attester group simultaneously with Gitcoin Passport minting |
That would definitely make the UX easier to implement - I'm in favour of not allowing users to simultaenously select gitcoin passport if they don't already have a minted passport |
Me too. So yeah, it is ready for development. |
@mateodaza for you to take a look at once smart contract is deployed on testnet and BE is integrated and working. |
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: