FollowMyVote / StakeWeightedVoting

An application to vote on proposals where votes are weighted proportional to the voter's balance of a coin
Other
107 stars 30 forks source link

Improve UI/UX for contest creation #100

Closed nathanielhourt closed 8 years ago

nathanielhourt commented 8 years ago

Right now, this is a very basic, ugly UI that really needs to die in a fire. Aside from completely redesigning it to not be so awful, some specific tasks I note are to replace the relative time selections ("in a day", "in a week", etc) with some kind of calendar/time selections, and to handle the back button better when the user has moved to a subsequent step of contest creation (currently it always leaves the contest creation page, but it should only do this if the user is currently on the first step; if the user is on the second step, it should go back to the first). See here for advice on custom back button handling.

kalli8 commented 8 years ago

screen shot 2016-03-16 at 3 23 24 pm

Will be replacing the current SwipeView to a Google Plus style navigation above. As for now, it will have 1) Contest Creation 2) Sponsorship 3) Payment

nathanielhourt commented 8 years ago

Looks good! Note that the custom back button handling will still be necessary unless you implement each of the steps as a new page that gets pushed.

kalli8 commented 8 years ago

There is a continue and back button at the bottom of all the google+ pages

nathanielhourt commented 8 years ago

I guess we could let the back button in the top navbar keep the default behavior, then, but the Android back button should be handled to go back a step if the user is not on the first step.

kalli8 commented 8 years ago

image This would probably be a better option that looks futuristic and is cross platform for mobile devices.

nathanielhourt commented 8 years ago

That looks like it should be fairly simple to create using PageIndicator