Commit Graph

12 Commits

Author SHA1 Message Date
Javi Martín
af7c37634d Remove poll votation types
Unfortunately this feature wasn't properly reviewed and tested, and it
had many bugs, some of them critical and hard to fix, like validations
being skipped in concurrent requests.

So we're removing it before releasing version 1.1. We might add it back
in the future if we manage to solve the critical issues.

This commit reverts commit 836f9ba7.
2019-10-30 18:48:55 +01:00
lalo
c6e4b2480f Add public changes to create and vote Poll:Questions with votation type 2019-06-12 19:44:14 +02:00
Bertocq
b8dbdaf9a7 Move question most voted answer from boolean to a enumerable max by total_votes 2019-05-21 13:26:44 +02:00
decabeza
9a60f5370d Moves h3 tag outside of table on polls results 2018-04-27 18:24:17 +02:00
decabeza
358449c874 adds missing i18n 2017-10-23 17:26:34 +02:00
decabeza
568303c3ff adds data equalizer for results and stats sidebar 2017-10-23 17:26:17 +02:00
decabeza
3f2189b124 removes unnecessary blank space 😅 2017-10-21 20:07:13 +02:00
decabeza
5ebd630b27 adds answer most voted text for screen readers 2017-10-20 18:35:03 +02:00
María Checa
e85c98f4b4 Improved results and stats percentages 2017-10-20 17:18:54 +02:00
María Checa
9bbf0b1ef9 Improved most_voted method 2017-10-20 16:48:54 +02:00
María Checa
70a35fbe58 Poll views improvements
Reorganized poll `#show`,  `#stats` and `#results` views. Gave stats section its own route.
2017-10-18 18:35:53 +02:00
María Checa
bfe0addf3b Added poll results view 2017-10-17 18:29:53 +02:00