Skip to content

Integrated with form processor and action provider

jaapjansma requested to merge jaapjansma/elections:formprocessor into master

I have added the following to the election extension:

  • Form Processor: A Nomination type for listing all candidates for a given position in an election.
  • Action Provider: Validate action. The validate action is used to check whether a user is allowed to vote
  • Action Provider: Vote action. The Vote action is one vote for one candidate

In my use case we have two positions in one position we need five people and in the other we need three. My form processor will lookup the Voter by a handed out voting code and then will cast 8 votes (5 for one position and 3 for the other)

Edited by jaapjansma

Merge request reports