This commit is contained in:
2021-04-03 00:34:54 +00:00
parent 97ed224dcb
commit 01e400b57d
2 changed files with 13 additions and 3 deletions

View File

@@ -214,6 +214,8 @@ CURRENTLY DOING: workorder front POC
- make minimal front end enough for POC wokorder->woitem->woitemscheduleduser collection (STATE?)
- test out, confirm can CRUD as planned independantly and all at once
- will need some dirty fields and viz fields likely added to models so go minimal route as possible to POC it
- NEED editable field at every level to test out the updating and partial updating process
- NEED state control right away to test that aspect
- once pass this step then second pass at new features that affect models (not necessarily UI stuff just fields required etc)
shouldn't be too much as already did that when recently fleshed out models but no doubt missed much
- then full in front end and flow out to back end as required, remove any backend that was a defunct evolutionary path so no cruft left around
@@ -248,7 +250,9 @@ todo: in UI the workorder state should show current state but be expandable to v
Status control, displays last status as a read only text field maybe decorated in an H3 tag or something, but when you click on it opens a form to append a new status
control handles the rights and roles and shit
todo: remember, some users should not even have data sent from the server / scrubbed and not affect updating.
for example a user may not be able to see part costs so that should not even be sent over the wire
workorder will have to handle that as necessary adn expect sometimes data is not forthcoming
todo: UI wo descendants data table exposure (old v7 wo tree nav pane ui)
people probably want them / it's an easy way to see certain things you can't see any other way