add Jury and Outcome controls to visualization
Posted by sarneil on 08 Oct 2009 in Activity Log
Added the GUI controls and the javascript to allow users to include Jury type (Middlesex or London) and outcome (Pardon or Execution) attributes in controlling the visualization. The next thing to add is "Condition of Pardon" and I'm not sure if that means outcomes other than Death or Unknown or respites other than ToDie or Unknown - will have to check with SD. Other two categories are "Mode of Execution" and "Mercy Recommendations". I'm not yet extracting from the db to the javascript array on those fields.
I've also got to create a way to allow user to specify a range of years to display.
It may be that to accommodate all the capabilities desired by SD that I'll have to rewrite the grid array as an array of objects, where each object represents a trial. I can then have lots of fields on each object to control display etc.