You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
I tried to implements Absentee votes also for assignments. The problem is, that the voting intention is much more complex as for motions (instead a simple Y, N or A, it has to be a candidate number or a Y, N, A for every candidate). Some basic things are set up, but not finished. This has a low priority and is huge work. Todo:
find a way to represent the voting intention. For assignments I think it could be a JSONField, so all kind of information can be saved.
make a nice UI to enter the voting intention.
Bind the absenteeVote not to an assignment, but to an assignment poll! For the intention, we need the candidates for the poll.
implement the logic in AssignmentBallot.create_absentee_votes.
Make the import work for all kinds of stuff.
The text was updated successfully, but these errors were encountered:
I tried to implements Absentee votes also for assignments. The problem is, that the voting intention is much more complex as for motions (instead a simple Y, N or A, it has to be a candidate number or a Y, N, A for every candidate). Some basic things are set up, but not finished. This has a low priority and is huge work. Todo:
AssignmentBallot.create_absentee_votes
.The text was updated successfully, but these errors were encountered: