Open samuveth opened 1 year ago
Let's start with this draft
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 Minimum score: 1 Strategies: erc20, erc712, ...
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 arbitrum
you can see in the link above it has a proposalValidationOnly
property.
From the example for arbitrum
I think we should show all these:
{
"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.