This commit is contained in:
2021-01-07 00:40:32 +00:00
parent a6c3eb53da
commit 01ffa212c7

View File

@@ -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