OpenJUB / jay

A dead simple secret voting system.
https://vote.jacobs.university
MIT License
0 stars 3 forks source link

Implement user voting page #8

Closed tkw1536 closed 8 years ago

kuboschek commented 8 years ago

I've rigged things up now, even with real data, but I'm not sure how to design the UX for disabling the Submit button. Should I just unselect the option selected first when there are too many selected, or should the button just be disabled? 2015-11-21-014830_806x1041_scrot

kuboschek commented 8 years ago

Closed in f24495016ead8a288fc5f170229f0d03240b3d4c. Votes are actually counted now, and all pre-conditions are checked. Only TODO is vote status implementation.