This commit is contained in:
@@ -61,6 +61,9 @@ todo: notifications screen add delete all menu item that will just remove all th
|
||||
todo: notification new bell alert count add to title so shows in task bar when not in view?
|
||||
like messenger "(1)" "(23)" etc
|
||||
|
||||
todo: browser back to new record page
|
||||
when make new record then go back goes to new record again, should it go to record before *new* record page instead??
|
||||
|
||||
todo: notifications form if left sitting there should auto-refresh when it gets any new notifications?
|
||||
not 100% sure about this one, maybe it's a nice to have feature but a waste of time otherwise
|
||||
|
||||
@@ -77,11 +80,9 @@ todo: strip all *viz fields from object before sending over the wire from client
|
||||
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: report designer cap sample data
|
||||
right now it's possible to bring every single record of millions into report designer if casually click on new report or edit report in main data table list
|
||||
since this is "sample data" it should cap it at a reasonable level, so perhaps a default of maximum XX records only in report designer sample data mode
|
||||
10 seems reasonable since it's sample anyway, in theory one would be enough if it's the right one (up to user how they order the table before clicking on report designer)
|
||||
|
||||
todo: grid position not preserved when open a record then track back
|
||||
i.e. go to last record in a multipage list, open something, go back and will see it's back to the start of the list losing the user's scroll position
|
||||
this is very important that it work correctly
|
||||
|
||||
todo: custom required rules only apply to new records!!
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "$ayiTasks",
|
||||
title: "WorkOrderItemTaskList",
|
||||
title: "WorkOrderItemTasks",
|
||||
helpUrl: "svc-workorders",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
|
||||
Reference in New Issue
Block a user