From 01ffa212c76c623805187013d4c86247bb646cf3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Jan 2021 00:40:32 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8fb16eb6..da35dde3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -45,6 +45,7 @@ todo: Why are your mailing-lists and your website in english? CURRENTLY DOING: CustomerServiceRequest + UI form make sure once accepted can't be changed to not accepted, it's one way trip EACH OBJECT DEV CYCLE: @@ -54,17 +55,17 @@ EACH OBJECT DEV CYCLE: AyaType and associated code BizRoles Model and Database Schema and AyContext + DbUtil EraseAllData method Update function PUBLIC.AYGETNAME in aySchema for new type Biz object and all supported interfaces (searchable, exportable etc) Biz Object SEARCH Index / getsearchresult code add unique text fields Business rules port from v7 and new ones + Notification code if applicable + Controller routes and associated code Translation keys AyaFormFieldDefinitions for object if it's got a customizable form DataList if applicable (be minimal with the default fields) - Picklist - Notification code if applicable - Routes and associated code - DbUtil EraseAllData method + Picklist Seeder generate samples If anything needs to be changed down the road then flag it in comment with //MIGRATE_OUTSTANDING FRONT