diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c2cf7e38..2234b5a6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -88,6 +88,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: BUG? If I open a widget record, make no changes just click on another navigation item like operations console, instead of navigating I get an error about object did not pass validation and it stays on that page + - It's trying to open this url: https://test.helloayanova.com/inventory/widget/edit/ops for some reason tagging ops on to the current route, not replacing the route entirely TODO: SERVER STATUS - 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. @@ -95,6 +97,9 @@ TODO: SERVER STATUS - Maybe overall testing is needed with a closed server just to suss out what to do in the UI for that, we want ops people and admins in there but not other biz users if it's locked out - Maybe an alternative page when it's locked out instead of the normal view of each view saying server down for maintenance or something +TODO: Would be useful to see and manage OPS things related to deployment to server just to save time, can refine them later + + 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