This commit is contained in:
@@ -10,16 +10,6 @@ MISC ITEMS THAT CAME UP
|
||||
## CLIENT MISC ITEMS
|
||||
|
||||
|
||||
todo: customer popup notes need to pop pop pop, forgot to code for that before
|
||||
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
||||
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
||||
However, I also find that incredibly annoying but I guess that's the point :)
|
||||
|
||||
todo: vendor add popup notes and implement on form
|
||||
case 3300
|
||||
|
||||
todo: if a menu item has no icon, can it be shown to the left and exclude the space taken up by the icon?
|
||||
see CSR form for example
|
||||
todo: Date input shows higher than other components in forms
|
||||
date only input read only format see CSR form created field
|
||||
|
||||
@@ -36,15 +26,14 @@ todo: Attachments button should indicate attachments:
|
||||
(Says add attachment when none)
|
||||
|
||||
|
||||
todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot to code for that before
|
||||
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
||||
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
||||
However, I also find that incredibly annoying but I guess that's the point :)
|
||||
|
||||
## SERVER MISC ITEMS
|
||||
|
||||
todo: many biz objects are not using new PUT methodology
|
||||
Might be because new methodology assumes complete PUT object as a entire replacement not a partial update
|
||||
some of these objects (User) do partial updates so....
|
||||
also this includes *all* of the initial workorder object so there's that
|
||||
might be that they don't need it but for consistency should check into it
|
||||
|
||||
todo: how to add locale keys in future after release without erasing all data?
|
||||
todo: userbiz validate can delete has funky error
|
||||
todo: bugbug filter on a phone number field results in error at server as unsupported type
|
||||
make sure all types are supported
|
||||
@@ -119,6 +108,14 @@ todo: actual customer reports so can figure out datalist for bringing other name
|
||||
|
||||
todo: server boot up message should show the port it's listening on if possible or configured to listen on
|
||||
Users may well not know what port they are using and this will ease that greatly
|
||||
|
||||
todo: many biz objects are not using new PUT methodology
|
||||
Might be because new methodology assumes complete PUT object as a entire replacement not a partial update
|
||||
some of these objects (User) do partial updates so....
|
||||
also this includes *all* of the initial workorder object so there's that
|
||||
might be that they don't need it but for consistency should check into it
|
||||
|
||||
todo: how to add locale keys in future after release without erasing all data?
|
||||
########################################################################################################################
|
||||
########################################################################################################################
|
||||
########################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user