Difference between revisions of "User:DaveSanderman"
Jump to navigation
Jump to search
(Blanked the page) Tags: Visual edit: Switched Blanking |
|||
| 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
- 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 like this