This commit is contained in:
2021-04-09 22:13:26 +00:00
parent c8e22294dc
commit a955945f9e
4 changed files with 22 additions and 116 deletions

View File

@@ -217,7 +217,7 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: separation of concerns, move stuff out of parent pvm and make each sub component self contained, communicate down through props as necessary and up through events as necessary then the rest below
CURRENTLY DOING:
can now save/update/delete test graph need to fully test it out
- test full graph partial updating system
- confirm Create, Retrieve, Update, Delete works completely
@@ -239,6 +239,27 @@ can now save/update/delete test graph need to fully test it out
https://www.voorhoede.nl/en/blog/why-skip-links-are-important-for-accessibility/
CURRENT ACTIONABLE TODOS
todo: on init:
//If there is a single woitem then select it otherwise keep it clean and empty by not selecting thus not showing
//edit form as per design
todo: can I turn control labels into hyperlinks for getting to feeder records? If not then need to find a way to accomplish it
e.g. can workorder status title be changed to a hyper link to status list
e.g. can projects title be turned to a hyper link to projects list
ideally not in menu because it would be a lot on a workorder and need space for wo graph subitem links
todo: failed saved on a grandchild item shouldn't preclude the rest saving
e.g. if there is a concurrency error on a child that shouldn't block the rest but a fatal error probably should
v.next? needs planning, some things should fail the whole op maybe
todo: do we need a dirty indicator at every level??
todo: "delete selected item" text instead of "Delete" for subitems
todo: workordercustomX translation keys not set yet, just copy workorderItem ones I guess
todo: clean up translation text, many things are badly worded for wo like all *List could just use plural form and be shorter
as coding it look for areas to be cleaned up