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 } */