Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

track statement over time #343

Closed
chadwhitacre opened this issue Oct 25, 2012 · 4 comments
Closed

track statement over time #343

chadwhitacre opened this issue Oct 25, 2012 · 4 comments

Comments

@chadwhitacre
Copy link
Contributor

See also goal (#141) and last_{bill,ach}_result (#342).

@dowski
Copy link
Contributor

dowski commented Mar 18, 2013

I can see a bunch of changes happening early on in the life of a statement. I write something, hit submit, look at it, tweak it, hit submit, look at it, fix a typo, etc.

I think it's fine to write all those to the db, but the actual query for "statements over time" or whatever shouldn't take all of those into account. Maybe use a granularity of "last statement change in 24 hours" or something. Not sure how to express that in SQL.

Does that make sense?

@chadwhitacre
Copy link
Contributor Author

Yeah, that makes sense. Reminds me of "debounce":

http://arduino.cc/en/Tutorial/Debounce

@chadwhitacre
Copy link
Contributor Author

The first task is to reimplement the existing UI with the new schema. For that we only need to query the latest value.

@chadwhitacre
Copy link
Contributor Author

Closing in favor of #1549.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants