This commit is contained in:
2021-01-06 20:15:43 +00:00
parent 38d0bb636b
commit 30f76a5c84

View File

@@ -6,50 +6,30 @@
MISC ITEMS THAT CAME UP
todo: consider moving service contracts to Accounting area?
todo: Notification at server has NotifyDeliveryLog object unused and no UI at from for it either
it's supposed to keep a set queue of the past 90 days of deliveries for troubleshooting like in v7,
I see it in corejobsweeper already implemented for clearing out but nothing is creating them
and no ui to view them?!
figure it out
##It's accessible from the ops notification settings menu, is this enough...correct? what about bizadmin?
todo: clicking into a decimal field with zero in it already and then clicking out causes the record to be dirty
see tax-code for example
todo: figure out the datalistview form slowness when typing into the name field, maybe there are extraneous elements or something, it's important because it's oft-used
come to think of it, the form custom is plenty fast, what is different about the grid datalist view customization that slows it so much
also it's only noticeably slow in the name entry I think?
todo: in many areas I'm potentially using unnecessary v-row elements, only one is necessary
Do a quick search for v-row and see what's what
todo: rename translation for unitmodel upc to "bar code"
Except it's not a "bar" code necessary, there is probably a better term for a scanable code..."Scan code"?
todo: v8migrate could be dangerous with a non-empty Database
should it make user erase it from v8 end first?
Show more skulls and crossbones?
todo: clicking into a decimal field with zero in it already and then clicking out causes the record to be dirty
see tax-code for example
todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothing
worked here locally latest build
retest on server after next deploy
todo: test v8migrate on big shitty database
todo: search form object list add service bank
TODO: //MIGRATE_OUTSTANDING comment tag
search for this comment tag as it will contain items that could not be done until other items were migrated first
The tag will contain the description for each
todo: biz rule like validatecansave and validatecandelete but validatecanFetch for things like own memos and conditional biz rules like subcontractor seeing only own shit etc?
todo: lt keys coming back from name fetcher need to be populated when list is fetched
I'm thinking at server is ideal at time of list fetch but maybe could also work it into the stored procedure somehow with a tranlsation id pass in?
** Display is a Client responsibility not server ***
todo: actual customer reports so can figure out datalist for bringing other names in
I'm thinking an alternate mode for reporting where there are more defined links in the list to fetch names?
@@ -60,7 +40,7 @@ todo: actual customer reports so can figure out datalist for bringing other name
CURRENTLY DOING:
ClientServiceRequest
CustomerServiceRequest
EACH OBJECT DEV CYCLE: