From b929e62f94b250a54d9c92a92c19d0a474160c41 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 11 Nov 2020 01:07:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++++- ayanova/src/components/gz-data-table.vue | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1363b9ea..bbe78674 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,7 +4,10 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - +todo: Uifielddatatype Phone and TimeSpan support at client, translation keys etc + ay-customize.vue + gz-data-table.vue + ay-data-list-view.vue NEXT UP: Customer @@ -21,6 +24,7 @@ EACH OBJECT DEV CYCLE: Translation keys AyaFormFieldDefinitions for object if it's got a customizable form DataList if applicable + be minimal with the default fields, many people will not change them so if too much in default will be excessive bandwidth hog for no reason Notification code if applicable Routes and associated code FRONT diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index ee5553f4..bf600c34 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -712,7 +712,9 @@ function buildRecords(listData, columndefinitions) { EmailAddress = 11, HTTP = 12, InternalId = 13, - MemorySize=14 + MemorySize=14, + TimeSpan=15, + PhoneNumber=16//this is so client can dial directly } */