This commit is contained in:
2021-06-02 19:18:23 +00:00
parent 7ba0f901d0
commit 9fdb04fcd9
2 changed files with 57 additions and 35 deletions

View File

@@ -63,6 +63,9 @@ todo: Seeding UI keep track of timing and later down the road when firmed up, pr
todo: need to track fetched keys vs used keys so can tell if fetched a key that I don't need or stopped using due to code change
todo: need to track fetched keys that don't exists, should bomb immediately so I can remove them, they will eat up traffic for no useful purpose!!
todo: strip all *viz fields from object before sending over the wire from client to server
Setting their value to undefined stops them being sent so do that, but remember they then need to be updated on the return record
PO I'm thinking is the main one??
todo: custom required rules only apply to new records!!
@@ -359,11 +362,6 @@ CURRENTLY DOING: workorder round two electric boogaloo
Do these things, check each one against the list of cases here too as there is some overlap of items
todo: strip all *viz fields from object before sending over the wire from client to server
Setting their value to undefined stops them being sent so do that, but remember they then need to be updated on the return record
See the header save for working example, others will be easier since they set *all* fields on return unlike header which is a bastardized one
todo: why does server send isdirty to client, isn't that just a client thing?
Client can set it on initial fetch
todo: LoanUnit edit form add "*Cost" fields to UI
todo: part request