Skip to content
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

Represent DAOstack DAOs in other states (unRegistered) #144

Open
daviddavo opened this issue May 9, 2023 · 1 comment
Open

Represent DAOstack DAOs in other states (unRegistered) #144

daviddavo opened this issue May 9, 2023 · 1 comment
Labels
backend Tasks that modify the backend cache-scripts frontend Changing the web feeling

Comments

@daviddavo
Copy link
Member

daviddavo commented May 9, 2023

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.

@daviddavo daviddavo added the question Further information is requested label May 9, 2023
@javiag
Copy link
Contributor

javiag commented May 9, 2023

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".

@daviddavo daviddavo changed the title DAOstack unRegistered Represent DAOstack DAOs in other states (unRegistered) Sep 6, 2023
@daviddavo daviddavo added frontend Changing the web feeling backend Tasks that modify the backend cache-scripts and removed question Further information is requested labels Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Tasks that modify the backend cache-scripts frontend Changing the web feeling
Projects
None yet
Development

No branches or pull requests

2 participants