election_day.views.vote.districts
Functions
|
" The main view (proposal). |
" The main view (proposal). |
|
" The main view (counter-proposal). |
|
" The main view (tie-breaker). |
|
|
A static link to the map of the proposal. |
A static link to the map of the counter proposal. |
|
A static link to the map of the tie breaker. |
|
|
" View the results of the entities of ballot as table. |
A static link to the table by districts of the proposal. |
|
A static link to the table by districts of the counter proposal. |
|
A static link to the table of the tie breaker by districts. |
|
|
Returns the data for the ballot map. |
" View the results of the districts of ballot as map. |
|
|
" Download the results of the districts of ballot as a SVG. |
Module Contents
- election_day.views.vote.districts.view_vote_districts(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view (proposal).
- election_day.views.vote.districts.view_vote_districts_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view (proposal).
- election_day.views.vote.districts.view_vote_districts_counter_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view (counter-proposal).
- election_day.views.vote.districts.view_vote_districts_tie_breaker(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ The main view (tie-breaker).
- election_day.views.vote.districts.view_vote_districts_map_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the map of the proposal.
- election_day.views.vote.districts.view_vote_districts_map_counter_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the map of the counter proposal.
- election_day.views.vote.districts.view_vote_districts_map_tie_breaker(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the map of the tie breaker.
- election_day.views.vote.districts.view_ballot_as_table(self: onegov.election_day.models.Ballot, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ View the results of the entities of ballot as table.
- election_day.views.vote.districts.view_vote_districts_table_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the table by districts of the proposal.
- election_day.views.vote.districts.view_vote_districts_table_counter_proposal(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the table by districts of the counter proposal.
- election_day.views.vote.districts.view_vote_districts_table_tie_breaker(self: onegov.election_day.models.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
A static link to the table of the tie breaker by districts.
- election_day.views.vote.districts.view_ballot_by_district(self: onegov.election_day.models.Ballot, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro [source]
Returns the data for the ballot map.