OpenSlides/openslides/poll
Sean 97c2299aec Implement vote weight in client
Implements vote weight in client
The user detail page has a new property
change deserialize to parse floats
change "yes"-voting to send "Y" and "0" instead of "1" and "0"
add vote weight to user list, filter, sort
add vote weight to single voting result
votesvalid and votescast respect the individual vote weight
fix parse-poll pipe and null in pdf
2020-04-22 16:54:50 +02:00
..
__init__.py Added Django's application configuration. 2014-12-10 17:16:58 +01:00
access_permissions.py Add global no and abstain to form 2020-03-17 07:24:48 +01:00
models.py Implement vote weight in client 2020-04-22 16:54:50 +02:00
serializers.py Add global no and abstain to form 2020-03-17 07:24:48 +01:00
views.py fixes the voting autoupdate bug 2020-04-17 16:38:38 +02:00