Curation User Stories #618
Replies: 2 comments
-
Questions that I think we need to answer
It seems like a curation contract could exist that would have simple setters and getters to add and remove grant ids to and from the list that lives in that contract. Currently the Grant Round Grant List lives in metadata in IPFS but we likely should make it such that you could use either metadata on IPFS or a contract on chain. This contract could be identical to the one described above. |
Beta Was this translation helpful? Give feedback.
-
I think we need to have the basic lists on-chain , and all other metadata offchain. I think the Curator contracts could be very different but we gonna need a common interface that must be implemented so our own contracts gonna interact with this interface. I suggest two solutions, both solutions have two main functions: getCuratedGrants and isCurated. The Curator1 interface is simpler but the Curator2 gives us the flexibility to have a multiple curation list within a single Curator contract for different categories. Also, the Curator2 has another function that will return the list of categories.
|
Beta Was this translation helpful? Give feedback.
-
There must be a way to use all curation lists onChain to set "Grant Round Grant List" but I think it could be an off-chain tool that will filter the list and put them as a parameter in grant registery.
Beta Was this translation helpful? Give feedback.
All reactions