Election System

From Muds and Dragons
Jump to: navigation, search

Elections handle the leadership of public governments and formations from unions to guilds to organizations.

See Also: Government

Election Commands

ELECTION LIST List active elections you can vote in.
ELECTION SHOW <id> Show election information about election ID#
ELECTION VOTE <id> <candidate> Cast your vote in an election
ELECTION EXTRACT <group> <position> <candidate> Start an election, 1 week for candidates to add themselves, 1 week for election.
ELECTION NOMINATE <id> Put yourself on the ballot for an election
ELECTION POSITIONS <group> Show all political positions for a particular group.

Election Tables

Election Table

  • election_id
  • election_group - who is holding the election?
  • election_position - what position is the election for?
  • election_candidates
  • election_voters
  • election_duration
  • election_date

Election Data

  • idx
  • election_id
  • election_voter / voter_id (ch)
  • election_date
  • election_vote / candidate_id (target)

Election Log

  • election_id
  • election_winner
  • election_date
  • election_candidates
  • election_log