old_dapp
old_dapp copied to clipboard
Liquid democracy smart contract implementation
The dapp should be browseable without metamask in "view mode only". Currently it throws an exception about not finding web3
Parent #69 **THE BALLOT** - [x] Layout CSS - [x] Style to designs - [x] Get a ballot title - [ ] Get posted by - [ ] Add time...
Currently, there are no states implemented on the tabs and buttons on the ballot-dashboard branch after some CSS revisions. These states need to be implemented to communicate to the user...
For ballot X: - [x] (1) getters for all voters to populate possible "representatives" list - [x] (2) getters to get delegation data - [x] (3) getters to get voting...
Ballot information that we need to query: - [x] title - [ ] author name - [x] date of creation - [x] transaction status The transaction status is only needed...
Currently, delegate and remove delegation are not modifying the ballot[ballotOption].voteCount according to the weight and votersData[voter].voted attribute. It should update it and keep an up-to-date view of voteCount(s).
Replace `dApp-Srv-Exp/js` folder content with bower packages
I need to get a bit ahead of our engineering as I need to send the designs to the [Open Coop Conference](https://2018.open.coop/) for approval. Hopefully by discussing these designs beforehand,...
Seems quite straightforward. Very useful for the always-online version: https://docs.zeppelinos.org/docs/building.html
Only 2 options are currently available, hardcoded as "yes" and "no". They should be flexible, and their name/description should live outside the blockchain (IPFS, etc)