keokilee / makahiki

An open source framework for creating dorm energy competitions using Django and Pinax.
http://code.google.com/p/kukui-cup
12 stars 8 forks source link

Make energy scoreboards work with static spreadsheet #488

Closed rbrewer closed 12 years ago

rbrewer commented 13 years ago

Makahiki consults the EnergyLastThirtyDays gdata spreadsheet to display the energy scoreboard. However, we want to stop updating that spreadsheet to ensure that the competition data doesn't fall off the end.

Currently Makahiki uses today's date to figure out how many columns it should skip to compute energy usage for the different rounds. This works during the competition when today is always the first column, etc. But with a static spreadsheet, it needs to look at the column headers (which contain dates) to see which columns to sum up.

yongwen commented 12 years ago

migrated to makahiki2 in csdl repo.