From 8ca13308262402b0a3e5887197250c54f15b7f69 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 9 Jan 2021 00:01:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++---- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0bac446f..7338217d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -40,13 +40,14 @@ todo: test errors on widget form for all controls this way can see at a glance that all the controls are properly displaying their errrors + todo: all picklists of objects htat have tags should by default include tags as the last field this is to support choosing by tag as the feature isn't very useful if you can't see the tags that come back -todo: go back and all picklists and datalists change the field key to match the lt key wherever possible. - yeah, I know, but it would save a lot of hassle and fuckery from mismatches todo: tag search in picklist, does it support more than one tag? I forget + no, no it doesn't. Hmmm... fuck + maybe they can enter unlimited tags as long as they have a ..before each one? Users may need to "triangulate" on to an item by multiple tags todo: clicking into a decimal field with zero in it already and then clicking out causes the record to be dirty @@ -69,6 +70,7 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin retest on server after next deploy todo: test v8migrate on big shitty database + Joyce may have requested a copy from Scott see if it can export to my server here from her test station with latest v8 migrate todo: search form object list add service bank @@ -92,8 +94,7 @@ todo: DOC ENTRY (or is this defensive for no reason?) CURRENTLY DOING: - CustomerServiceRequest - MIGRATE + EACH OBJECT DEV CYCLE: FIRST diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index a0469925..12b6df66 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.97", + version: "8.0.0-alpha.98", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };