From a8b8a303386d04977a247ea85f7a7eb4aed584fa Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 20 Jun 2020 22:49:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 30 ++++++++++++++---------- ayanova/src/views/home-user-settings.vue | 7 +++--- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 201183ce..9c4010ad 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,19 +6,6 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching -todo: datetime should support keyboard entry if typing - -todo: useroptions hour12 maybe not a thing anymore now that using native time picker? - -todo: if dbid in url query parameter of contact form on server it should include that in the message - also something needs to be fixed there, it's been in notes forever - - -todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database - It should check if a trial or not and give heavy warning if not - kind of cool if it checked for a recent backup before doing anything damaging - or triggered a checkpoint backup - todo: USERS - Administration - Users is this where roles are set? role control see below somewhere @@ -61,6 +48,17 @@ todo: Check administration ui rights as limited user todo: Backup, probably need to add option "Do not backup automatically" or something to that effect for scenarios where the built in backup won't be used / won't work + +todo: if dbid in url query parameter of contact form on server it should include that in the message + also something needs to be fixed there, it's been in notes forever + + +todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database + It should check if a trial or not and give heavy warning if not + kind of cool if it checked for a recent backup before doing anything damaging + or triggered a checkpoint backup + + todo: ability to mass tag items from list CLIENT UI - some kind of generic or copyable light interface for any mass / bulk job? this will get re-used for other stuff undoubtedly down the road @@ -147,6 +145,12 @@ todo: Investigate Workorder structure and datagrid see case https://rockfish.aya todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc - "Anatomy of a AyaNova Form" +todo: INSTALLER + Might need to move up the installer so that Joyce can test and can just install it standalone and test out shit + Windows installer for first iteration + include the portable postgres + easy way to select command line params without resorting to editing text files for end user + initially it's an installation option, but then need to edit after the fact ========================================================================================================= @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue index 253e6f88..72863071 100644 --- a/ayanova/src/views/home-user-settings.vue +++ b/ayanova/src/views/home-user-settings.vue @@ -45,7 +45,8 @@ @input="fieldValueChanged('currencyName')" > - + @@ -418,7 +419,7 @@ async function fetchTranslatedText(vm) { "LanguageCode", "TimeZone", "UserEmailAddress", - "Hour12", + //"Hour12", "UserColor", "Translation", "DarkMode"