From 0974bad3a0184ed741eb792646f7ccdf77fee56a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 30 Apr 2021 00:04:00 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 592fd370..d55a1224 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -63,6 +63,10 @@ todo: Re-test reporting on linux, just updated puppeteer sharp and it might be a todo: double check main page boilerplate stuff is up to date 2021 https://www.matuzo.at/blog/html-boilerplate/ +todo: when there is an errorbox error it's possible to miss it as it's at the top scrolled off screen and you can save as the appbar doesn't scroll + need more feedback, perhaps appbar turns red, or save button turns red or whole page has a color to it..?? + Or maybe just as simple as an toast alert popup whatever it's called that temporarily shows the same error as is in the box at top + todo: REPORTING naming of things is confusing possibly prepare code should use same names as ayreportdata etc so users aren't confused also it should be named to indicate the server is modifying the data before it's sent to the template @@ -288,6 +292,8 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: front end full in alert / popup notes + now it alerts when open wo, but it also has to alert on selecting that customer somehow which is a pain but I guess necessary due to picking customer inside wo form + so can't be alerted before start entering info.