Difference between revisions of "User:DaveSanderman"

From floodzilla-wiki
Jump to navigation Jump to search
(Blanked the page)
 
Line 1: Line 1:
  
 +
This is Dave Sanderman's page.
 +
 +
=== Todo list ===
 +
 +
# get backups working for this wiki
 +
# google maps keys
 +
#* sign floodzilla.support@svpa.us up to get a new googlemap key
 +
#* put the key in config and use it on all admin pages
 +
#* figure out what the best way is to get the React UI to use the key
 +
# sign up floodzilla.support@svpa.us for USGS notifications?
 +
# sign up floodzilla.support@svpa.us for uptimerobot and move all monitoring to that account
 +
# pester geary for old floodzilla.com source code
 +
# [[LoginAndSecurity]]
 +
# formalize APIs
 +
#* document all existing APIs
 +
#* add debugging includeNulls options on all API pages to make client development easier?
 +
#* look into automation tools (postman, swashbuckler, etc)
 +
# put flood events into client API
 +
# timezone fixes - make region object do all timezone math, remove tzOffset everywhere
 +
 +
=== Minor bugs to fix ===
 +
 +
* make azure configuration auto-reload [https://devblogs.microsoft.com/aspnet/redesigning-configuration-refresh-for-azure-app-configuration/ like this]

Latest revision as of 17:50, 17 April 2020

This is Dave Sanderman's page.

Todo list

  1. get backups working for this wiki
  2. google maps keys
    • sign floodzilla.support@svpa.us up to get a new googlemap key
    • put the key in config and use it on all admin pages
    • figure out what the best way is to get the React UI to use the key
  3. sign up floodzilla.support@svpa.us for USGS notifications?
  4. sign up floodzilla.support@svpa.us for uptimerobot and move all monitoring to that account
  5. pester geary for old floodzilla.com source code
  6. LoginAndSecurity
  7. formalize APIs
    • document all existing APIs
    • add debugging includeNulls options on all API pages to make client development easier?
    • look into automation tools (postman, swashbuckler, etc)
  8. put flood events into client API
  9. timezone fixes - make region object do all timezone math, remove tzOffset everywhere

Minor bugs to fix

  • make azure configuration auto-reload like this