RUGSoftEng / 2017-Cognitive-Sensors

1 stars 0 forks source link

Ensure correctness of graph data #91

Closed jakedavison closed 7 years ago

jakedavison commented 7 years ago

Some of the data from the database (like avg response time) isn't correct.

jeajones commented 7 years ago

image Just did a little testing on this, looks like some response times are being saved as negatives. This needs fixing @aukeroorda @LorenaArquero

jakedavison commented 7 years ago

Yeah, some new testing of mine finds that it usually works fine now but negative values are possible. If we don't save incomplete sessions, this may solve it. If we don't do that, we'll probably have to set a db boolean for complete and then ChartData can ignore incomplete sessions.