- Introduced new junction entities: CAICollectionCDokumente, CAdvowareAktenCDokumente, and CPulsTeamZuordnung. - Implemented respective controllers and services for handling CRUD operations. - Added metadata definitions for new entities, including fields, links, and indexes. - Created language files for English and German translations for the new entities. - Developed a script to set ACL permissions for the new junction entities across existing roles. - Updated existing entity definitions to include new relationships and fields related to Advoware and AI Collections.
32 lines
883 B
JSON
32 lines
883 B
JSON
{
|
|
"labels": {
|
|
"Create CAICollectionCDokumente": "Create AI Collection Document Link",
|
|
"CAICollectionCDokumente": "AI Collection Document Links"
|
|
},
|
|
"fields": {
|
|
"cAICollection": "AI Collection",
|
|
"cAICollectionId": "AI Collection ID",
|
|
"cDokumente": "Document",
|
|
"cDokumenteId": "Document ID",
|
|
"xaifileid": "XAI File ID",
|
|
"syncStatus": "Sync Status",
|
|
"deleted": "Deleted"
|
|
},
|
|
"links": {
|
|
"cAICollection": "AI Collection",
|
|
"cDokumente": "Document"
|
|
},
|
|
"options": {
|
|
"syncStatus": {
|
|
"new": "New",
|
|
"changed": "Changed",
|
|
"synced": "Synced",
|
|
"deleted": "Deleted"
|
|
}
|
|
},
|
|
"tooltips": {
|
|
"xaifileid": "External XAI file ID for this document",
|
|
"syncStatus": "Synchronization status with XAI"
|
|
}
|
|
}
|