-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Display voting and proposal validation settings on Space About page #3761
Comments
For Basic validation we should not show minScore on each strategy. The minscore is for all strategies combined. Also would be better to have one element like you did with Gitcoin Gated, where we list the strategies by name. Like this: Basic |
We have proposal and vote validation. Are we going to have a separate block for each? https://score.snapshot.org/api/validations Also for proposal validation we have an extra validation |
From the example for {
"minBps": 1,
"address": "0x912CE59144191C1204E64559FE8253a0e49E6548",
"decimals": 18,
"excludeaddr": "0x00000000000000000000000000000000000A4B86",
"strategies": []
} |
FYI: More Validation strategies are coming. I guess it's difficult, but maybe we can think of a solution that will be flexible and possible to use for various implementations? |
We need to enhance the visibility of proposal and voting validation settings by displaying them on the Space About page. There are two primary validation types, Basic and Gitcoin Gated, each with different information to display.
Required Information
Basic Validation:
Gitcoin Gated Validation:
Before implementing the feature, let's first agree on a basic design that effectively showcases the required information for both validation types. Once we have reached a consensus on the design, we can work on the implementation.
The text was updated successfully, but these errors were encountered: