Open daviddavo opened 1 year ago
Let's divide the problem into smaller ones.
1- We can consider downloading the unregistered DAOs and include a field to indicate that the DAO is unregistered and other possible DAO states. 2- We can make dao-analyzer to represent the DAOstack DAOs in all possible DAO states (or in just some of them) 3- Regarding representing the DAO state in DAO-analyzer if we show DAOs that can be in different states, we can ignore the state, that is, not show it in the app. Or we can add a new line in the DAO info "card".
In the The Graph endpoint, a DAO has multiple states. Currently, in the application only DAOs with a
registered
status are shown.Nevertheless, in our analysis of the DAOstack platform, we take into account unRegistered DAOs like old deployments of dOrg. By default the cache-scripts don't download data on these DAOs, and so its not displayed on dao-analyzer webpage. Therefore, numbers on the paper and the web don't check out.
We should modify the cache-scripts to download the unRegistered daos too by default, add a small checkbox filter, and display the registration status in the left summary card.