From ee4fb103de181911289e28c76d4c0b42a6117c7f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 2 Jan 2021 18:34:49 +0000 Subject: [PATCH] CLEANUP remove extraneous containers and rows and columns --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/tag-picker.vue | 10 +-- ayanova/src/views/adm-translation.vue | 28 +++---- ayanova/src/views/adm-user.vue | 2 +- ayanova/src/views/ay-evaluate.vue | 81 +++++++------------ .../src/views/home-notify-subscription.vue | 4 +- ayanova/src/views/home-reminder.vue | 4 +- ayanova/src/views/home-review.vue | 4 +- .../src/views/ops-notification-settings.vue | 22 ++--- ayanova/src/views/svc-project.vue | 4 +- ayanova/src/views/svc-unit-model.vue | 4 +- ayanova/src/views/vendor.vue | 4 +- ayanova/src/views/widget.vue | 6 +- 13 files changed, 65 insertions(+), 110 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b4cdd610..39decb8a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,7 +22,7 @@ todo: Notification at server has NotifyDeliveryLog object unused and no UI at fr and no ui to view them?! figure it out -todo: do not compare null in queries so double check and instead make sure it's using "Is not null" or "is null" instead as results are non determinant otherwise +todo: figure out the grid view form slowness, maybe there are extraneous elements or something, it's important because it's oft-used todo: unitmodel, maybe can make a combo unique constraint for the model number or name by combining with the vendorID it's doubtful two models from the same vendor would have the same model number so this covers that case or am I wrong on that? diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index 473c9c49..b636710d 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -18,14 +18,6 @@ deletable-chips cache-items > -