From cf4cbe912b5b34846a9540e738e0caf38d109cbc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 24 Jul 2019 17:14:49 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 91242b6c..f3402985 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -89,6 +89,8 @@ DONE: WIDGET Customize menu item //DONE: Move all of my libs and code into the Window object under window.$gz(.local, .api etc) +TODO: check server status on attempt to login for first time or whatever, it should give a prominent warning if the server is unavailable due to closed for maint or whatever rather than just timing out. + TODO: (may be done already) modify the inventory-widget-edit form initialization shit so that the stuff needed after form loads still happens but the before is moved to route before enter and that it's all called with two separate methods: One standard one for init form before it is loaded and one for init form stuff for after it's loaded. BeforeLoadInit, AfterLoadInit or something