status-im / snt-voting

11 stars 9 forks source link

Landing Page with open, closed and create option #41

Closed Graeme-Code closed 5 years ago

Graeme-Code commented 5 years ago

User with ETH and SNT.

As a user visiting the voting dapp, If my wallet is not connected I should see instructions to connect a wallet, So that I may use the dapp.

As a user on the landing page, I should be able to view the most recent open and closed poll.

landing page

As a user, I can tap “more open/closed polls” which displays (X) more polls, So that I can view more polls which I could inspect further.

The X is proportional to the amount of time taken to load additional polls. I feel 3 is a good number, but important that the wait is as short as possible.

SNT/ETH management

As a user without ETH or SNT, I should be informed of my need for SNT or ETH and unable to create a poll, So that I dont find this out right before publishing a poll. voting dapp experience 10

richard-ramos commented 5 years ago

Code available in: https://github.com/status-im/snt-voting/tree/landing-page

Create-Button is handled as part of #42

richard-ramos commented 5 years ago

Ropsten demo: https://ipfs.infura.io/ipfs/QmdQMWZxYw3vEKBrN1SYjHsYVXbd9sqykTozoCRgdKHD1c/#/

Graeme-Code commented 5 years ago

@richard-ramos Modification requested. Could the closed polls show the date they closed as per screenshot?

screen shot 2018-12-03 at 14 11 00
richard-ramos commented 5 years ago

Done! https://ipfs.infura.io/ipfs/QmQwZjrUJR6g47zowZqu4AeHXo5JksdYHu6fwrFDD4WKTo/

Graeme-Code commented 5 years ago

Whooo!