Commit Graph

  • 32a74c611c adding backupdir variable to db rotate simon 2021-05-15 21:47:08 +0700
  • 497d530f64 showing nice social preview img on top simon 2021-05-09 12:27:51 +0700
  • b1e3b62e4b auto rotating pg dump files simon 2021-05-09 12:26:38 +0700
  • e3e0f294c3 now directly mounting dyn folder into container instead of second root to allow php to read it from web_root simon 2021-04-14 17:29:46 +0700
  • fd28ca9ca3 creating aqi tables now directly with php, js just for coloring simon 2021-04-14 17:27:59 +0700
  • 1a76c3633f rewrote get_epoch for a more robust date dedection simon 2021-04-13 17:02:41 +0700
  • 0eee8a36fc added initial monthly graph to frontent simon 2021-04-03 18:52:56 +0700
  • 4857960c07 moved last year comparison to graphs page simon 2021-04-02 18:37:35 +0700
  • 4b75e880b5 added monthly graph and json export to backend simon 2021-04-02 18:27:18 +0700
  • 6a28abcc58 added US AQI subtitle to cloud to make it obvious simon 2021-03-26 14:17:18 +0700
  • 05a71389cd improved readability in last-7.png with better date format simon 2021-03-26 14:15:45 +0700
  • d122bda8b6 added year comparison graph to frontent simon 2021-03-22 19:36:14 +0700
  • 4b478d47a9 reduced to last 7days for better layout simon 2021-03-22 19:35:45 +0700
  • f7cb5ffb03 standard good-bad colors through front and backend simon 2021-03-21 16:58:56 +0700
  • e2b0506b9f exporting table to barchart in backend simon 2021-03-21 15:53:56 +0700
  • 6b187607bb refactored to have color_colums in a separte reusable function simon 2021-03-21 15:52:58 +0700
  • 7853a9febb added year comparison table to frontent simon 2021-03-21 12:33:10 +0700
  • 4d9b2ddd2f closing plt to no accumulate memory over time simon 2021-03-21 12:32:39 +0700
  • 360ff9422e interpolate single NaN value for nicer graph simon 2021-03-20 09:44:18 +0700
  • e2d95166ba creating json file in backend to populate year comp table simon 2021-03-20 09:29:08 +0700
  • da37342332 more useful log output with row count for each table simon 2021-03-19 13:06:07 +0700
  • a2f88a795c skip if no lastThreeImg is found simon 2021-03-19 13:04:01 +0700
  • 74972282af refreshing current.png on an interval with query string simon 2021-03-14 12:33:02 +0700
  • 1ec5023c53 some example postgresql commands in use simon 2021-03-13 19:13:50 +0700
  • 282662d6e1 restructured to allow preloader to run async, for now with timeout... simon 2021-03-13 19:11:25 +0700
  • db700d07bb added preloader so css can be applied properly even after dom loaded simon 2021-03-13 19:10:26 +0700
  • 3c7ce744f9 adding helper files to sync up to deploy and update automatically simon 2021-03-11 18:10:19 +0700
  • eaa36d8e06 added hourly avg graph to frontend simon 2021-03-11 18:09:53 +0700
  • e3286af0cd backend creating bar chart for hourly avg aqi values simon 2021-03-08 12:40:16 +0700
  • 0fe1e73d17 context about pandas and matplotlib in the backend simon 2021-03-08 11:14:38 +0700
  • 054a544ee6 newest updates notification via php incl into colorbox on top simon 2021-03-07 22:03:35 +0700
  • 524cd8379c small graph title improvements, fontsize simon 2021-03-07 12:05:43 +0700
  • 5ea110e4a4 added pm 2.4 and pm 10 to /graphs simon 2021-03-07 11:43:01 +0700
  • af93660e03 new fancy cloud.png simon 2021-03-06 22:53:41 +0700
  • e78976b576 creating bar charts for pm2.5 and pm10 daily average compared against thresh from WHO simon 2021-03-06 22:37:16 +0700
  • 02df0b4026 helper scripts for import, testing and backup simon 2021-03-05 18:35:53 +0700
  • 91832a95c0 scipy for smoth interpolation simon 2021-03-05 14:31:18 +0700
  • e5a80fc0a7 rebuild the last_7 graph to add a daily avg ax simon 2021-03-05 14:29:56 +0700
  • d5cd7a402c added og: tags and img preview simon 2021-03-01 20:25:52 +0700
  • bf5619b346 sticky colorbox on top and other small ui improvements simon 2021-02-28 15:16:27 +0700
  • f6ada0ff00 last-7 days to homepage, using flex instead of grid for graph page for better mobile comp simon 2021-02-27 15:28:01 +0700
  • c7a53f0a1a added last-7 days graph to backend simon 2021-02-27 15:10:23 +0700
  • 0ef353b1b9 small mobile ui nav bar fix simon 2021-02-25 10:15:40 +0700
  • d9c3f65cfe added graph as a dedicated page simon 2021-02-24 16:33:43 +0700
  • de4d2a36e4 added lokesh/lightbox2 to nicely display the graphs simon 2021-02-24 15:01:04 +0700
  • fb8fe182bf daily export three graphs with values from last three days simon 2021-02-24 11:52:25 +0700
  • 379f0acdbb wifi keeps droping, trying some wifi reconnect logic. simon 2021-02-23 18:49:36 +0700
  • 71dc41bb14 making the build and write plt functions reusable simon 2021-02-23 14:36:29 +0700
  • ff3a6e816b creating plot of last 3h values with pandas and matplotlib simon 2021-02-23 12:09:26 +0700
  • 5626c48a0e rewrote db_insert to db_connect to make the connection functions reusable for other queries simon 2021-02-22 20:02:07 +0700
  • 6be7acbebc some marginal mobile UI improvements simon 2021-02-22 11:40:41 +0700
  • 12f3a52304 restructured how data subdomain serves air.json to main domain by mounting the dyn folder directly into the main docker container, by that avoiding any CORS complications. simon 2021-02-22 10:33:24 +0700
  • 56199766ee custom icons for all weather states, categories and static weather elements simon 2021-02-22 09:54:01 +0700
  • 13646f387b added about page, improved js to no throw errors so same file can be used on about, external footer and nav files for easy reuse with php include simon 2021-02-21 15:12:20 +0700
  • 4782f88650 added acme volume to nginx-proxy simon 2021-02-20 17:22:47 +0700
  • f0c93e346e fixed a wifi connection error with a different wifi library simon 2021-02-20 17:16:43 +0700
  • e59eefca06 added active category with description to hopepage, pull updates dynamically. simon 2021-02-19 20:21:51 +0700
  • af07065462 displaying dynamic weather data on the homepage simon 2021-02-19 12:57:04 +0700
  • 9fb0846bc4 added some error checking if pm2.5 value read out fails on esp8266 simon 2021-02-19 10:10:28 +0700
  • 383e09f69d input function now returns a dict instead of a str so the value can be reused for db INSERT simon 2021-02-18 23:53:40 +0700
  • c895edc1e9 values get stored into postgres now simon 2021-02-18 23:42:42 +0700
  • d842970b73 minimal mobile improvements simon 2021-02-18 17:53:46 +0700
  • c28b7b1891 set weather api call interval to sensible 900 secs simon 2021-02-18 17:53:09 +0700
  • 9b3c0b06c5 added postgres to docker for later integration simon 2021-02-16 17:57:25 +0700
  • 58406828ee added secondary call to openweathermap api for additional weather data to be return from main route simon 2021-02-16 15:20:26 +0700
  • 39740276ec minimum viable product simon 2021-02-16 10:40:22 +0700