Commit Graph

339 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 913786ec0b
Drastically optimise the queries behind fetch-data and device-data. 2019-06-22 21:08:12 +01:00
Starbeamrainbowlabs b4ae0b457b
Optimise some queries using the new datetime computed column, but there's more work to do.
The fetch-data query in particular is using the wrong index.
2019-06-22 11:50:23 +01:00
Starbeamrainbowlabs 3bb73ccb12
Fix cache deletion code 2019-06-22 10:57:11 +01:00
Starbeamrainbowlabs cdc9dcc3e3
Update changelog 2019-06-21 22:12:49 +01:00
Starbeamrainbowlabs dc47923f3e
Update changelog 2019-06-21 22:09:38 +01:00
Starbeamrainbowlabs 51c76ccd58
Add list-devices-near action with appropriate API documentation 2019-06-21 22:05:13 +01:00
Starbeamrainbowlabs efc780b377
Update getting started database docs 2019-06-21 16:04:58 +01:00
Starbeamrainbowlabs 31bf42fb2e
Delete the cache when deploying a new version 2019-06-21 15:52:22 +01:00
Starbeamrainbowlabs b2a42729c0
Update changelog 2019-06-21 00:04:33 +01:00
Starbeamrainbowlabs 0006c2a921
Add performance counter system. 2019-06-21 00:02:26 +01:00
Starbeamrainbowlabs b92621aab6
Bump version 2019-06-20 22:18:10 +01:00
Starbeamrainbowlabs 83248d41c7
Update changelog again 2019-06-20 22:17:57 +01:00
Starbeamrainbowlabs 9f1525e9d3
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev 2019-06-20 22:17:24 +01:00
Starbeamrainbowlabs 26443a939b
Add to changelog that as shaved off 100ms 2019-06-20 22:17:06 +01:00
Starbeamrainbowlabs 87c0eb90ba
Optimise the fetch-data query 2019-06-20 22:12:33 +01:00
Starbeamrainbowlabs 6ddb3dfceb
Update dependencies 2019-06-20 15:15:04 +01:00
Starbeamrainbowlabs f8a577b099
Bump version 2019-06-13 22:13:02 +01:00
Starbeamrainbowlabs 009e2e4b72
Bugfix new device-recent-data action 2019-06-13 22:10:14 +01:00
Starbeamrainbowlabs dba984340d
Implement new device-data-recent, but it's not working right. 2019-06-13 22:02:04 +01:00
Starbeamrainbowlabs 7710331f1e
Add is_min & is_max to validator 2019-06-13 21:53:26 +01:00
Starbeamrainbowlabs bbf3d02b5d
Document the Validator class to make Serenata happy 2019-06-13 21:46:30 +01:00
Starbeamrainbowlabs 890418c42e
Add missing dates to changelog 2019-06-13 21:12:33 +01:00
Starbeamrainbowlabs 4031d71ea3
Bugfix layout in changelog 2019-06-13 21:11:26 +01:00
Starbeamrainbowlabs 34c0f11f71
API Docs: Clarify that "now" as a special keyword is allowed 2019-06-13 21:06:30 +01:00
Starbeamrainbowlabs ee080974f4
Update changelog 2019-06-13 20:59:10 +01:00
Starbeamrainbowlabs 58ae39a731
Bugfix: Correct name of index action class 2019-06-13 20:58:36 +01:00
Starbeamrainbowlabs ef0f1b04ad
Add links to sections in API docs 2019-06-13 20:57:49 +01:00
Starbeamrainbowlabs bb119ee574
Update changelog 2019-06-11 15:39:13 +01:00
Starbeamrainbowlabs ed7b5aec9b
Only run the tour once 2019-06-11 15:38:20 +01:00
Starbeamrainbowlabs fa433c88b0
Implement initial tour. 2019-06-11 15:35:31 +01:00
Starbeamrainbowlabs bc3c631c89
Remove heatmap blob radius ui setting 2019-06-11 14:44:07 +01:00
Starbeamrainbowlabs cc42cbc030
Bump version. Fixes #30. 2019-06-11 14:02:03 +01:00
Starbeamrainbowlabs c3b7423c7f
Rewire the UI, and style the voronoi diagram a bit
chroma.js is great - thanks @gka :D
2019-06-11 14:00:59 +01:00
Starbeamrainbowlabs 38345222e7
Finish off initial voronoi diagram implementation & update changelog.
Next up, we need to reconnect the UI
2019-06-11 13:45:26 +01:00
Starbeamrainbowlabs 4df93a3683
Use chroma to determine the colour to display, but we're not displaying it yet 2019-06-11 13:28:47 +01:00
Starbeamrainbowlabs b9d60c7e32
Re-add the guage at the side 2019-06-11 12:42:59 +01:00
Starbeamrainbowlabs 78f4a5946a
Re-enable the layer manager in the top-left 2019-06-11 12:22:01 +01:00
Starbeamrainbowlabs e09419b018
Switch to GeoJSON. It's sooo much simpler! 2019-06-11 12:13:20 +01:00
Starbeamrainbowlabs 03033c0b24
Add GeoJSON note 2019-06-11 01:07:11 +01:00
Starbeamrainbowlabs 4b2398657e
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev 2019-06-11 01:03:38 +01:00
Starbeamrainbowlabs ed4e37ae21
Add shepherd.js for later.
Note to self: Maybe do that work in a branch & merge it early? We'll 
need to branch off master though, and that could get messy :-/

Probably best just to finish up with the SVGOverlay stuff first.
2019-06-11 01:03:36 +01:00
Starbeamrainbowlabs 6b0a107991
Add shepherd.js for later 2019-06-11 01:02:44 +01:00
Starbeamrainbowlabs 85fc5563d4
Re-enable the marker cluster system 2019-06-11 00:43:11 +01:00
Starbeamrainbowlabs 6ce69098dc
Work on the proportions, but it's displaying upside-down!
...there's quite a ways to go.
2019-06-11 00:32:01 +01:00
Starbeamrainbowlabs d3978310b4
Get it displaying device locations, but they aren't lined up yet. 2019-06-11 00:19:37 +01:00
Starbeamrainbowlabs 388b269590
Get a basic voronoi diagram showing. yay! 2019-06-10 23:24:28 +01:00
Starbeamrainbowlabs 278adb8468
Work on the voronoi overlay some more
We still need to write some masty rendering code, and lots of other 
connecting glue
2019-06-09 23:51:41 +01:00
Starbeamrainbowlabs 6513530b41
Merge branch 'hotfix/update-docs' into dev 2019-06-03 23:29:26 +01:00
Starbeamrainbowlabs ea3a69373a
HTTP API: Add quick reference for actions to the top 2019-06-03 23:25:24 +01:00
Starbeamrainbowlabs 78fbd03d64
Update package-lock.json 2019-06-03 21:06:14 +01:00