diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d724c601..976d869b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,6 +55,7 @@ todo: document tag picker in user docs (own page) todo: now that we have case insensitive should I port that shit over to the datagrid filter as well? + - yes, obviously.. Git r done and move on todo: Should all icons be specified from a central location for future proofing and consistency? @@ -71,7 +72,7 @@ todo: Client automated testing todo: Make errorBoxError message box on all forms a component instead as it's just boilerplate - For consistency and so can change it later at will without re-editing all forms - - Also anything templated and not repeated makes for smaller app payload + - Also anything templated and not repeated makes for smaller app payload!!!! todo: TIME ZONE MISMATCH MESSAGE (DEPRECATED NOW I THINK??) - This is actually quite important for relative date filtering lists @@ -84,7 +85,8 @@ todo: TIME ZONE MISMATCH MESSAGE (DEPRECATED NOW I THINK??) todo: Workorder/quote/pm templates (MENU ITEM) - Put the link to access them into their own type, i.e. Workorder templates are accessed from either the grid listing workorders or inside an individual or perhaps BEST IDEA in the NEW menu where you pick a template !!!!! -todo: Hover / hint text on copy log and log buttons (and possibly others?) +todo: Hover / hint text on copy log and log buttons + - surfaced menu options could benefit from this todo: Modify underconstruction to support alternate size image - right now it just cuts off on smaller form factors, would be much nicer and cleaner if it shows responsively @@ -97,6 +99,8 @@ todo: SERVER STATUS - Also it allows login which is good but it should restrict the UI if it's a fresh login to a closed server rather than just failing to do certain things - 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 + - NEED LOCKOUT PAGE WITH SERVER STATUS + - for ops they can do some things, for non-ops they can just view and see latest info, goes home when server is back online todo: Why is there an error in the console when a user is not logged in and opens client? - It should just go to login, no error should show in the console