Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

AbsenteeVotes for Assignments #15

@FinnStutzenstein

Description

@FinnStutzenstein

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions