From ed12a4aac1b633ee3b1109e5a79c39802c996c67 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 21 Jun 2020 21:54:21 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 18 -------------- ayanova/src/views/home-user-settings.vue | 30 ++++++++++++------------ 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 38365b80..d7595f66 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,24 +6,6 @@ WIFI change 5g channel to 56 (or rescan, but right now 56 is aok) recheck before doing as it seems to vary, maybe someone else's is auto switching -todo: USERS - Administration - Users - notes - is this where roles are set? - role control see below somewhere - mirrors or links to user edit form somehow so admin can also set user options but with added rights like roles etc - UI - LIST A standard dataList of users, opens each to a user edit form - Has mass change options that are useful - Or at least potential to do that d.t.r. (down the road / TTM) - SINGLE EDIT FORM - Set all user props relevant to the admin - - - -todo: need a role collection control of some kind for things like case 3417. - Control present all or subset of roles for selection, user can select from them like a checkbox dropdown or something. - ideally it binds to a single value and can extract back out of that value bitwise all the correct items in the list checked - This way can bind it to a single bit field value and be efficient FTW$! todo: user options form put color picker last it's pushing down the entire last row diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue index 72863071..aff6bf65 100644 --- a/ayanova/src/views/home-user-settings.vue +++ b/ayanova/src/views/home-user-settings.vue @@ -56,21 +56,6 @@ @change="fieldValueChanged('hour12')" > --> - - - - {{ $ay.t("UserColor") }} - - - + + + + {{ $ay.t("UserColor") }} + + +