code-for-dc-edu / school-chooser

School choice web app from the genial hackers of Code for DC.
http://codefordc.org
10 stars 6 forks source link

Design and implement templates for individual metrics #42

Open cmgiven opened 10 years ago

cmgiven commented 10 years ago

Knowing how a school stacks up is great and all, but we're going to want to show the numbers that all of this is based on. If I'm looking at School Climate, I'll want to see attendance, suspensions, etc. so I can judge for myself how well the school is doing.

Expected functionality: tapping on a ranking item's bullet chart reveals an item-detail view.

cmgiven commented 10 years ago

The container for these templates is now in place, can be expanded, is animated, etc. Now we just need to fill it with stuff.

mheiber commented 10 years ago

I made another pull request- added a missing template back in. On my fork I also added a pie chart for diversity- hope we can merge that in as well.