hasadna / openmuni-budgets

A web app and web API for storing, accessing, visualizing and comparing budgetary data from Israeli municipalities.
http://openmuni.org.il/
BSD 3-Clause "New" or "Revised" License
15 stars 28 forks source link

Implement scaling of monetary amounts to inflation #328

Closed pwalsh closed 10 years ago

pwalsh commented 11 years ago

https://docs.google.com/spreadsheet/ccc?key=0Ai69_amnHL9ydDhPLTBLeTUxV2lBcVJBdXoxM3pVcFE#gid=0

The current year should always be "1", and other years adjusted accordingly with the inflation coefficient.

pwalsh commented 11 years ago

It needs to be in Python, with an API endpoint to return the scale.

Another possibility/alternative is to add an extra filter for all queries to sheet items to scale the amount before it is return from the server.

pwalsh commented 10 years ago

API is done.