This commit is contained in:
2021-06-25 18:55:48 +00:00
parent d44c37050f
commit e77eaaba14
2 changed files with 7 additions and 6 deletions

View File

@@ -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? todo: notification new bell alert count add to title so shows in task bar when not in view?
like messenger "(1)" "(23)" etc 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? 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 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 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?? PO I'm thinking is the main one??
todo: report designer cap sample data todo: grid position not preserved when open a record then track back
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 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
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 this is very important that it work correctly
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: custom required rules only apply to new records!! todo: custom required rules only apply to new records!!

View File

@@ -136,7 +136,7 @@ function generateMenu(vm) {
let menuOptions = { let menuOptions = {
isMain: true, isMain: true,
icon: "$ayiTasks", icon: "$ayiTasks",
title: "WorkOrderItemTaskList", title: "WorkOrderItemTasks",
helpUrl: "svc-workorders", helpUrl: "svc-workorders",
menuItems: [], menuItems: [],
formData: { formData: {