unidao / MarsDAO

MarsDAO source
3 stars 1 forks source link

Creating a Dapp with simple Voting #3

Open leomorozovskii opened 4 years ago

leomorozovskii commented 4 years ago

Aragon DAO's are hard to load. A simple Dapp, where users could overview the details and Vote would ease overall user experience

pythonpete32 commented 4 years ago

Dose this refer to a specific instance of a DAO or a dapp unconnected to an aragon DAO?

leomorozovskii commented 4 years ago

The rationale behind is to have a Dapp where you can choose a DAO, overview the details and have Voting capabilities without loading the whole DAO

pythonpete32 commented 4 years ago

So as far as I understand it, the problems with loading isn't that it has to load the whole DAO, it's that it has to scrape data from each block to see if it has data from the app currently being loaded.

There is a forum post about this.

With regards to apps outside the client, this is certainly possible but non trivial, and other forum post about this

leomorozovskii commented 4 years ago

We actually built something as an MVP already: https://unidao.now.sh/voting It fastly loads all current Votings and if you have a token allows you to vote. Just need to embrace it and build up the UI