pittcsc / PantherView

Spring semester Open Data club project: PantherView
http://pittcsc.org/PantherView/
MIT License
24 stars 24 forks source link

Added Customization for Organizations through Checkboxes and Views #137

Closed kingsman142 closed 7 years ago

kingsman142 commented 7 years ago

This was mostly created for The Pitt News as per their request; PantherView is nearly published on their website, they just have a couple more suggestions. They wanted just the Police checkbox to be ticked by default for their users since that's what their users desire the most. This can be used for almost any other organization.

In order to change the default checkboxes, go to (currently) line 29 and change a data category (e.g. police) to true in the dictionary. Inversely, if you want to turn the checkbox off by default, switch this value to false.

Any new data categories will need to be added to this dictionary for organizations to be able to fully customize their default checkboxes.