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

add selected normalization factor to state and use it for normalizing series #343

Closed ydaniv closed 10 years ago

ydaniv commented 10 years ago

Normalizing series on selection is implemented. Now need to persist normalization factors to state of TimeSeriesModel.series and also use it to calculate amounts on app load.

idoivri commented 10 years ago

You're awesome!!!!

Ido

On Mon, Sep 2, 2013 at 5:50 PM, Yehonatan Daniv notifications@github.comwrote:

Normalizing series on selection is implemented. Now need to persist normalization factors to state of TimeSeriesModel.series and also use it to calculate amounts on app load.

— Reply to this email directly or view it on GitHubhttps://github.com/hasadna/openmuni-budgets/issues/343#issuecomment-23664468 .

-Ido

"There are 10 types of people in the world: those who understand binary, and those who don't." (unknown)

ydaniv commented 10 years ago

done