-
Notifications
You must be signed in to change notification settings - Fork 2
/
BALLOTS.README
41 lines (33 loc) · 1.32 KB
/
BALLOTS.README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TODO:
- import elections with multiple district sets.
alternative: just import district sets. Or allow definition of district sets in UI?
still need export/import. Maybe a different file format. Or a similar file format?
similar file format would work the best.
new xml tag, district sets?
- AIGA styling
- this page intentionally left blank
- localize ordinals
INTERNATIONALIZATION
- internationalize ballot style
- internationalize ballot contests
- take text from all items, and export it to a file
FEATURES IMPLEMENTED:
- brief instructions for every contest
- internationalization support, especially chinese
- splitting of contests between columns
split contests start a new page
ranked contests are limited to 10 ranks
- new test directories
- flow_item togetherness property. Could be reimplemented as compression of flow items after initial placement if we need more sophisticated measures
- ranked choice voting, crude, no instructions
- multi-column layouts, such as wider columns for propositions.
- turn page instructions as flow item
- first page instructions
- text layout in questions: via prawn/format, you can use simple html tags
- write ins
- turn page instructions in header/footer
- LA ballots
http://smartvoter.org/2008/11/04/ca/la/ballot.html
RUBY:
require 'PP' # pretty print library
pp @blah