OpenSlides/openslides/assignments
Sean Engelhardt 8fe5a0c9f4 Rework assignment voting
- Remove "assignments.can_manage_polls" permission
- Let the client handle some user errors
- Add a send button to manually submit polls
- Show a hint that the user already submitted a vote
  - will not (and should not) work for non-nominal voting
- submitting a vote cannot be changed anymore
  - user will have to confirm sending
- enable deselecting YNA-votings
- nomainal voting will behace the same as non nominal voting
- submitting empty votes should be possible

Perhaps server side adjustments might still be required
2020-03-17 07:24:48 +01:00
..
migrations Cleanup Voting, enhance UI and UX 2020-03-17 07:24:45 +01:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Rework assignment voting 2020-03-17 07:24:48 +01:00
apps.py adds all user that voted to required users for single votes table 2020-03-17 07:24:46 +01:00
config_variables.py Enhance charts and tables for assignments 2020-03-17 07:24:48 +01:00
models.py adds all user that voted to required users for single votes table 2020-03-17 07:24:46 +01:00
projector.py Cleanup Voting, enhance UI and UX 2020-03-17 07:24:45 +01:00
serializers.py Cleanup Voting, enhance UI and UX 2020-03-17 07:24:45 +01:00
signals.py Run black 2019-01-08 21:51:52 +01:00
views.py Cleanup Voting, enhance UI and UX 2020-03-17 07:24:45 +01:00