fix security issue
[selectricity] / TODO
diff --git a/TODO b/TODO
index 246b67370573cba31d68912ad5d8d28ab097d971..2557a5519eeba721ff0ad3fd06c5a3691bbed21f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,46 @@
+General Issues
+==================
+
+- check out about css for headers on documentation/Selectricity anywher\12
+
 Known bugs or issues:
 
-* make sure that quickvotes names are not integers
-* Run testcases against QuickVotes results (after refactor work)
+- it'd be nice if the ordering were persistent, so I could drag
+  the candidates around, then come back later (loading the page anew),
+  make tweaks, and submit.
+
+- the results page says "the winner is Elizabeth Stark"; it'd be nice
+  if it were aware that it's a five-seat election and could say
+  explicitly who the whole board is.
+
+- is there rhyme or reason to the ordering within each row of the
+  second table in pref_tables?  it could be, eg, sorted by magnitude
+  of victory, narrowest first.
+
+- it'd be nice to attach names to the email identities, on eg the
+  details page; in this election we'd have said MIT for gregp@mit.edu,
+  Northeastern for cbudnick@gmail.com, etc.  I don't know many of these
+  addresses, and names would be more informative.  (They'd be more
+  helpful for auditing, too, as one could separately match names to the
+  correct list and match addresses to names.)
+
+Elections
+===================
+
+- a way to cancel the election creation process after one has been created, but not yet started
+
+- resume election creation process after starting one at an earlier time
+
+QuickVotes
+==============
+
+- support for emailing users when quickvotes conclude (see create.rhtml)
+
+- support for invisible results until over quickvotes (see create.rhtml)
+
+- quickvotes should have automatically created urls
 
+User Accounts
+===============
+- support for changing associated e-mails
+- summary of elections run needs to fit inside box

Benjamin Mako Hill || Want to submit a patch?