Commit Graph

55 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 3a62ef08d9
[server/fetch-data] Dedupe records & add property to indicate the # of records 2019-01-17 16:51:37 +00:00
Starbeamrainbowlabs f51cac03ca
[client] Push body behind map 2019-01-17 16:39:47 +00:00
Starbeamrainbowlabs d1baf89b17
[client] Refactor header to allow clickable access to layer control 2019-01-17 16:38:15 +00:00
Starbeamrainbowlabs 7864051443
Remove debugging calls 2019-01-17 16:13:55 +00:00
Starbeamrainbowlabs a3cc45a44c
[client] Display device markers. Hooray! 2019-01-17 16:13:27 +00:00
Starbeamrainbowlabs 4a2b8fc3c6
[server/list-devices] Tweak prorperty names 2019-01-17 15:52:42 +00:00
Starbeamrainbowlabs f0781948f3
[server] Add list-devices API action 2019-01-17 15:39:50 +00:00
Starbeamrainbowlabs d9420b82c4
[fetch-data] Send content-length header 2019-01-17 15:33:10 +00:00
Starbeamrainbowlabs 845deedd36
Document server-side API 2019-01-17 15:25:34 +00:00
Starbeamrainbowlabs a13f813771
Add cache-control header sending in production mode 2019-01-17 14:51:19 +00:00
Starbeamrainbowlabs 26fdc94215
README: Fix heading 2019-01-17 14:38:32 +00:00
Starbeamrainbowlabs 2c470efcb9
Add PR template & licence/contributing sections to README 2019-01-17 14:38:13 +00:00
Starbeamrainbowlabs a41eb8fcfd
Fill out the README a bit 2019-01-17 14:31:09 +00:00
Starbeamrainbowlabs 7d0227f332
Add title to page 2019-01-17 14:13:22 +00:00
Starbeamrainbowlabs 542f0afcb0
Add leaflet-fullscreen 2019-01-17 14:07:31 +00:00
Starbeamrainbowlabs a65f5f619f
Correct attribution text 2019-01-17 13:58:56 +00:00
Starbeamrainbowlabs b2a3b35dd9
Get a basic map displaying.
Nothing fanceh yet, but we're getting there :D
2019-01-17 13:56:25 +00:00
Starbeamrainbowlabs c45db0ddee
Build css with rollup too! 2019-01-17 12:48:09 +00:00
Starbeamrainbowlabs 6882ff4737
Add application structure diagram. I might blog about it actually. 2019-01-15 23:52:37 +00:00
Starbeamrainbowlabs 0a5588a905
Add todo 2019-01-15 23:03:53 +00:00
Starbeamrainbowlabs ca955f3c89
Formatting 2019-01-15 19:26:14 +00:00
Starbeamrainbowlabs dc4d821f27
[production] Bugfix: Variable name correction 2019-01-15 19:24:09 +00:00
Starbeamrainbowlabs bc6944ba02
[production] Recursively create missing directories 2019-01-15 19:22:14 +00:00
Starbeamrainbowlabs 9f0442d1cf
Add production optimisations 2019-01-15 19:19:17 +00:00
Starbeamrainbowlabs edf52fe3df
Correct perfdata ms calculation 2019-01-15 19:06:49 +00:00
Starbeamrainbowlabs 6123e2c679
Use timediff -> time_to_sec -> abs to make datetime fuzzy 2019-01-15 17:27:35 +00:00
Starbeamrainbowlabs 102bd13864
Fix measurement data query (I think) 2019-01-15 17:05:21 +00:00
Starbeamrainbowlabs 9f6bea64d4
Fix measurement data query, but it's not quite right yet 2019-01-15 17:02:24 +00:00
Starbeamrainbowlabs 2787ea7c4c
Tighten permissions on auto-generated config file 2019-01-15 16:42:12 +00:00
Starbeamrainbowlabs f66083575a
Fix database connection 2019-01-15 16:37:46 +00:00
Starbeamrainbowlabs 57ec980b7d
Fix meaurement type repo 2019-01-15 16:16:00 +00:00
Starbeamrainbowlabs f31989b7eb
Fix repo interface definition 2019-01-15 15:58:23 +00:00
Starbeamrainbowlabs dea95716ed
Fill out mesurement type repo methods 2019-01-15 15:57:39 +00:00
Starbeamrainbowlabs cef578d7eb
Implement a bunch of stuff.
Things are coming along fast!
2019-01-15 15:46:24 +00:00
Starbeamrainbowlabs 66eeb9010d
FetchData: Add time taken logging to response header 2019-01-14 22:18:30 +00:00
Starbeamrainbowlabs bbd08b439e
Create a apir of interfaces for the repositories 2019-01-14 21:43:45 +00:00
Starbeamrainbowlabs ec8e3363d1
Don't access the database connection directly in the action - that's bad! 2019-01-14 21:33:30 +00:00
Starbeamrainbowlabs 4ea28cdbff
Setup database connection. Phew, that took longer than expected! 2019-01-14 21:32:55 +00:00
Starbeamrainbowlabs e7e1cb83d2
Add database_name setting 2019-01-14 20:52:36 +00:00
Starbeamrainbowlabs 675c2afbaa
[build] Tweak database task 2019-01-14 20:50:12 +00:00
Starbeamrainbowlabs fc0307a5e0
FetchData: Validate params 2019-01-14 20:41:25 +00:00
Starbeamrainbowlabs 4939238861
[server] Fix router 2019-01-14 20:17:36 +00:00
Starbeamrainbowlabs 9e347fdeb8
🐛 Make auto-generated settings files valid 2019-01-14 20:12:07 +00:00
Starbeamrainbowlabs 8cff163d99
Fix syntax errors in settings file 2019-01-14 20:06:38 +00:00
Starbeamrainbowlabs f051435f1d
Get the development server to serve the correct directory 2019-01-14 20:06:30 +00:00
Starbeamrainbowlabs 0dcdb9261d
Fix client build 2019-01-13 13:22:13 +00:00
Starbeamrainbowlabs bb6e1a7c07
Setup client-side build 2019-01-13 13:15:11 +00:00
Starbeamrainbowlabs 6162467137
index.php -> api.php 2019-01-13 13:06:48 +00:00
Starbeamrainbowlabs c4f226e1ef
Import a basic structure for the PHP code from another project. 2019-01-13 13:06:32 +00:00
Starbeamrainbowlabs 023d9fd94a
Redorder build script 2019-01-13 12:50:47 +00:00