tiefpunkt / thingstore

MIT License
6 stars 3 forks source link

Make displayed timeframe variable #9

Closed tiefpunkt closed 10 years ago

tiefpunkt commented 10 years ago

the timeframe displayed in the graphs is currently hardcoded. that should be variable, so users can select a timeframe on the things page

ptu commented 10 years ago

client side via javascript slider or [not xor ;)] configurable via thingstore setting by thing owner?

i would like to do the js part, maybe splittable into several issues

edit: nevermind, Issue #6 seems reasonable for altering the internal timeframe variable

tiefpunkt commented 10 years ago

I was initially just thinking of a client side thing, but having a default setting per thing would be awesome as well.

ptu commented 10 years ago

just pushed into my fork of thingstore, but not quite happy with my api changes for now. i might change things like timeframe variable into a GET parameter, but "check it out".

https://github.com/ptu/thingstore/tree/thing_config

ptu commented 10 years ago

closable?

tiefpunkt commented 10 years ago

eyup.