Selectricity: Difference between revisions

From WikiDotMako
(initial stuff done)
 
No edit summary
Line 7: Line 7:


* Fix ordering on tables
* Fix ordering on tables
  Right now, the views are filled with complicated loops and array references. If possible, create backend methods that order the arrays before hand, specifically by degree or victory in each case (not just that of the winner) and then present those to the views.
* Images for the embeddable widgets
  Need to make the images for embeddable widgets into seperate objects so they can be generated depending on how many candidates there are.
* Support for custom styled widgets
* Support for custom styled widgets
  There are several ways to make this possible. One way is allowing people creating elections to upload their own background images, with specified constraints for pixel size. Another is to give merely choices of color schemes pre made.
* Creating your own Selectricity skins
* Creating your own Selectricity skins
* Improved visualization over time
* Improved visualization over time
  This problem may be at the conceptual level as well. What is it that people need to know about elections occurring over time?


Alyssa is thinking about:
Alyssa is thinking about:

Revision as of 21:49, 31 March 2008

Mako is working on:

  • Embeddable elections for mtvU
  • Selectricity

Justin is currently working on:

  • Fix ordering on tables
 Right now, the views are filled with complicated loops and array references. If possible, create backend methods that order the arrays before hand, specifically by degree or victory in each case (not just that of the winner) and then present those to the views.
  • Images for the embeddable widgets
 Need to make the images for embeddable widgets into seperate objects so they can be generated depending on how many candidates there are.
  • Support for custom styled widgets
 There are several ways to make this possible. One way is allowing people creating elections to upload their own background images, with specified constraints for pixel size. Another is to give merely choices of color schemes pre made.
  • Creating your own Selectricity skins
  • Improved visualization over time
 This problem may be at the conceptual level as well. What is it that people need to know about elections occurring over time? 

Alyssa is thinking about:

  • Animated graphs
  • Outputting data directly for use in Many Eyes and Swivel.

Other things that need to happen:

  • Improved testing functionality
  • Work on the SMS gateway