Added a series of files so that elections can be created and edited and
author<mako@atdot.cc> <>
Thu, 13 Jul 2006 20:23:20 +0000 (16:23 -0400)
committer<mako@atdot.cc> <>
Thu, 13 Jul 2006 20:23:20 +0000 (16:23 -0400)
commit5a8b533b5abec8dc24674e4ef084b0b9779da8af
treec4d4e04339018310d183a051984e60e14eb19496
parent936d687077455711e0c5031f0244cc873f225658
Added a series of files so that elections can be created and edited and
such. There is still no functionality for running votes yet.
24 files changed:
app/controllers/elections_controller.rb
app/models/candidate.rb
app/models/election.rb
app/models/raw_voter_list.rb [new file with mode: 0644]
app/models/voter.rb [new file with mode: 0644]
app/models/votes.rb [new file with mode: 0644]
app/views/elections/_candidate_list.rhtml [new file with mode: 0644]
app/views/elections/_candidates_form.rhtml
app/views/elections/_overview_form.rhtml
app/views/elections/_voter_list.rhtml [new file with mode: 0644]
app/views/elections/_voters_form.rhtml [new file with mode: 0644]
app/views/elections/edit_candidates.rhtml
app/views/elections/edit_voters.rhtml
app/views/elections/new_voters.rhtml [new file with mode: 0644]
app/views/elections/show.rhtml
db/create.sql
test/fixtures/candidates.yml [new file with mode: 0644]
test/fixtures/raw_voter_lists.yml [new file with mode: 0644]
test/fixtures/voters.yml [new file with mode: 0644]
test/fixtures/votes.yml [new file with mode: 0644]
test/unit/candidate_test.rb [new file with mode: 0644]
test/unit/raw_voter_list_test.rb [new file with mode: 0644]
test/unit/voter_test.rb [new file with mode: 0644]
test/unit/votes_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?