@cplace/test-mcp-server 0.1.15 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +275 -119
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -1
- package/dist/api.js.map +1 -1
- package/dist/conditional-registration.d.ts.map +1 -1
- package/dist/conditional-registration.js +25 -3
- package/dist/conditional-registration.js.map +1 -1
- package/dist/index.js +77 -96
- package/dist/index.js.map +1 -1
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +1 -3
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +64 -112
- package/dist/profiles.js.map +1 -1
- package/dist/searchConversion.d.ts.map +1 -1
- package/dist/searchConversion.js +18 -5
- package/dist/searchConversion.js.map +1 -1
- package/dist/searchSchema.d.ts +25 -25
- package/dist/searchSchema.d.ts.map +1 -1
- package/dist/searchSchema.js +5 -5
- package/dist/searchSchema.js.map +1 -1
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +820 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +30 -0
- package/dist/tools/change-listeners.d.ts.map +1 -1
- package/dist/tools/change-listeners.js +24 -18
- package/dist/tools/change-listeners.js.map +1 -1
- package/dist/tools/common-schemas.d.ts +2 -0
- package/dist/tools/common-schemas.d.ts.map +1 -1
- package/dist/tools/common-schemas.js +16 -0
- package/dist/tools/common-schemas.js.map +1 -1
- package/dist/tools/csv-export.d.ts +1849 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/generic-layouts.d.ts +302 -0
- package/dist/tools/generic-layouts.d.ts.map +1 -1
- package/dist/tools/generic-layouts.js +124 -70
- package/dist/tools/generic-layouts.js.map +1 -1
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/pages.d.ts +55 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +173 -257
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/ppt-export-schemas.d.ts +16 -16
- package/dist/tools/ppt-export.d.ts +1493 -0
- package/dist/tools/ppt-export.d.ts.map +1 -1
- package/dist/tools/ppt-export.js +23 -17
- package/dist/tools/ppt-export.js.map +1 -1
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +36 -0
- package/dist/tools/references.d.ts.map +1 -1
- package/dist/tools/references.js +48 -45
- package/dist/tools/references.js.map +1 -1
- package/dist/tools/richstring-widgets.d.ts +51 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +173 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +14 -0
- package/dist/tools/schedule.d.ts.map +1 -1
- package/dist/tools/schedule.js +7 -3
- package/dist/tools/schedule.js.map +1 -1
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +1870 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +50 -76
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/system.d.ts.map +1 -1
- package/dist/tools/system.js +4 -2
- package/dist/tools/system.js.map +1 -1
- package/dist/tools/type-layouts.d.ts +37 -0
- package/dist/tools/type-layouts.d.ts.map +1 -1
- package/dist/tools/type-layouts.js +30 -22
- package/dist/tools/type-layouts.js.map +1 -1
- package/dist/tools/type-management.d.ts +134 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/{workspace.js → type-management.js} +67 -307
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/users.d.ts +19 -0
- package/dist/tools/users.d.ts.map +1 -1
- package/dist/tools/users.js +14 -28
- package/dist/tools/users.js.map +1 -1
- package/dist/tools/validators.d.ts +28 -0
- package/dist/tools/validators.d.ts.map +1 -1
- package/dist/tools/validators.js +21 -15
- package/dist/tools/validators.js.map +1 -1
- package/dist/tools/version-check.d.ts.map +1 -1
- package/dist/tools/version-check.js +11 -9
- package/dist/tools/version-check.js.map +1 -1
- package/dist/tools/version-history.d.ts +48 -0
- package/dist/tools/version-history.d.ts.map +1 -1
- package/dist/tools/version-history.js +39 -29
- package/dist/tools/version-history.js.map +1 -1
- package/dist/tools/widgets.d.ts +185 -0
- package/dist/tools/widgets.d.ts.map +1 -1
- package/dist/tools/widgets.js +245 -363
- package/dist/tools/widgets.js.map +1 -1
- package/dist/tools/workflow-scripts.d.ts +40 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +186 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +184 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +3 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +114 -8
- package/dist/utils.js.map +1 -1
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +3 -2
- package/dist/tools/workspace.d.ts +0 -4
- package/dist/tools/workspace.d.ts.map +0 -1
- package/dist/tools/workspace.js.map +0 -1
package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md
ADDED
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
# Research: cf.cplace.orgaTree.edit Widget
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.orgaTree.edit`
|
|
6
|
+
**Widget Name:** Edit Organizational Structure
|
|
7
|
+
**Repository:** cplace-project-planning
|
|
8
|
+
**Plugin:** cf.cplace.orgaTree
|
|
9
|
+
**Definition Class:** `cf.cplace.orgaTree.script.EditOrgaTreeWidgetDefinition`
|
|
10
|
+
|
|
11
|
+
## Short Description
|
|
12
|
+
|
|
13
|
+
The Edit Organizational Structure widget provides an interactive tree view for managing organizational hierarchies, allowing users to create, edit, reorganize, and navigate departments, teams, members, and their associated schedules through drag-and-drop operations and context menus.
|
|
14
|
+
|
|
15
|
+
## Purpose
|
|
16
|
+
|
|
17
|
+
The `cf.cplace.orgaTree.edit` widget serves as the primary interface for managing organizational structures within cplace. It displays a hierarchical tree representation of an organization's structure, showing the relationships between departments, teams, users (persons), and their associated schedules.
|
|
18
|
+
|
|
19
|
+
The widget enables users to:
|
|
20
|
+
- Visualize the complete organizational hierarchy
|
|
21
|
+
- Navigate through departments, subdepartments, teams, and team members
|
|
22
|
+
- Reorganize the structure via drag-and-drop operations
|
|
23
|
+
- Create new organizational entities (departments and teams) through context menus
|
|
24
|
+
- Access and manage schedules associated with individual users
|
|
25
|
+
- View access rights for organizational units
|
|
26
|
+
|
|
27
|
+
## Use Cases
|
|
28
|
+
|
|
29
|
+
### 1. Organizational Structure Management
|
|
30
|
+
Users need to manage and maintain the organizational structure of their company or project.
|
|
31
|
+
|
|
32
|
+
**Scenarios:**
|
|
33
|
+
- Building an initial organizational structure for a new workspace
|
|
34
|
+
- Updating the structure when teams are reorganized
|
|
35
|
+
- Adding new departments when the organization grows
|
|
36
|
+
- Restructuring departments by dragging and dropping them to new positions
|
|
37
|
+
|
|
38
|
+
### 2. Team Management
|
|
39
|
+
HR managers or department heads need to organize teams within departments.
|
|
40
|
+
|
|
41
|
+
**Scenarios:**
|
|
42
|
+
- Creating new teams within a department
|
|
43
|
+
- Viewing all teams and their members at a glance
|
|
44
|
+
- Reorganizing teams by moving them between departments
|
|
45
|
+
- Managing team membership through the hierarchical view
|
|
46
|
+
|
|
47
|
+
### 3. User Assignment and Overview
|
|
48
|
+
Managers need to see which users belong to which departments and teams.
|
|
49
|
+
|
|
50
|
+
**Scenarios:**
|
|
51
|
+
- Getting an overview of all organizational members
|
|
52
|
+
- Identifying which departments and teams a user belongs to (users can appear multiple times)
|
|
53
|
+
- Accessing user profiles through the tree navigation
|
|
54
|
+
- Managing user assignments to organizational units
|
|
55
|
+
|
|
56
|
+
### 4. Schedule Management Access
|
|
57
|
+
Users need to access schedules associated with organizational members.
|
|
58
|
+
|
|
59
|
+
**Scenarios:**
|
|
60
|
+
- Navigating to a user's own schedules through the organizational tree
|
|
61
|
+
- Accessing substitute schedules where users are deputies
|
|
62
|
+
- Managing project schedules in the context of organizational structure
|
|
63
|
+
- Viewing and copying schedules directly from the organizational hierarchy
|
|
64
|
+
|
|
65
|
+
### 5. Homepage and Navigation Hub
|
|
66
|
+
The widget serves as the primary homepage for spaces with the Organizational Structure app.
|
|
67
|
+
|
|
68
|
+
**Scenarios:**
|
|
69
|
+
- Landing page when accessing an organizational structure workspace
|
|
70
|
+
- Central navigation point for all organizational data
|
|
71
|
+
- Quick access to create new organizational entities
|
|
72
|
+
- Overview page for understanding organizational hierarchy
|
|
73
|
+
|
|
74
|
+
## Core Functionality
|
|
75
|
+
|
|
76
|
+
### Tree Structure Display
|
|
77
|
+
|
|
78
|
+
The widget displays a hierarchical tree with the following node types:
|
|
79
|
+
|
|
80
|
+
1. **Departments** (Root level and nested)
|
|
81
|
+
- Can have parent-child relationships (subdepartments)
|
|
82
|
+
- Contain users as direct members
|
|
83
|
+
- Contain teams as children
|
|
84
|
+
- Icon: `fa-users`
|
|
85
|
+
|
|
86
|
+
2. **Teams**
|
|
87
|
+
- Must belong to a department
|
|
88
|
+
- Contain users as members
|
|
89
|
+
- Icon: `fa-user-plus`
|
|
90
|
+
|
|
91
|
+
3. **Persons** (Users)
|
|
92
|
+
- Can belong to multiple departments and/or teams
|
|
93
|
+
- Expand to show associated schedules
|
|
94
|
+
- Display "Own schedules" and "Substitute schedules" as virtual nodes
|
|
95
|
+
|
|
96
|
+
4. **Virtual Schedule Nodes**
|
|
97
|
+
- Own schedules: Schedules where the user is the owner
|
|
98
|
+
- Substitute schedules: Schedules where the user is a deputy
|
|
99
|
+
- These nodes expand to show actual schedule items
|
|
100
|
+
|
|
101
|
+
5. **Schedules**
|
|
102
|
+
- Leaf nodes in the tree
|
|
103
|
+
- Can be copied through context menu
|
|
104
|
+
- Linked to project planning functionality
|
|
105
|
+
|
|
106
|
+
### Interactive Features
|
|
107
|
+
|
|
108
|
+
#### Drag-and-Drop Reorganization
|
|
109
|
+
|
|
110
|
+
The widget supports drag-and-drop operations for reorganizing the hierarchy:
|
|
111
|
+
|
|
112
|
+
- **Movable items:** Departments (can be moved to create subdepartments or change parent)
|
|
113
|
+
- **Move validation:** Server-side validation via `CanMoveHandler` ensures only valid moves are allowed
|
|
114
|
+
- **Caching:** Move validation results are cached on the target node to improve performance
|
|
115
|
+
- **Permission check:** Users must have edit rights on the source node to move it
|
|
116
|
+
|
|
117
|
+
**Implementation details:**
|
|
118
|
+
- Position can be: "before", "after", or "inside" the target node
|
|
119
|
+
- Only departments can currently be moved via drag-and-drop
|
|
120
|
+
- The handler checks if the move is valid in the hierarchy (no circular references, valid parent-child relationships)
|
|
121
|
+
|
|
122
|
+
#### Context Menu Actions
|
|
123
|
+
|
|
124
|
+
The widget provides context-sensitive actions via right-click or dropdown menus:
|
|
125
|
+
|
|
126
|
+
**For Departments:**
|
|
127
|
+
- **New Department:** Create a new subdepartment
|
|
128
|
+
- **New Team:** Create a new team within the department
|
|
129
|
+
- **Open in new tab:** Navigate to the department page
|
|
130
|
+
- **Edit access rights:** Open a user-rights matrix for all members in the department and its teams
|
|
131
|
+
- **Delete:** Remove the department (if permissions allow)
|
|
132
|
+
|
|
133
|
+
**For Teams:**
|
|
134
|
+
- **New Team:** Create another team in the same department
|
|
135
|
+
- **Open in new tab:** Navigate to the team page
|
|
136
|
+
- **Edit access rights:** Open a user-rights matrix for all team members
|
|
137
|
+
- **Delete:** Remove the team (if permissions allow)
|
|
138
|
+
|
|
139
|
+
**For Schedules:**
|
|
140
|
+
- **Copy:** Duplicate the schedule
|
|
141
|
+
- **Open in new tab:** Navigate to the schedule page
|
|
142
|
+
- **Delete:** Remove the schedule (if permissions allow)
|
|
143
|
+
|
|
144
|
+
**For Persons and Virtual Nodes:**
|
|
145
|
+
- **Open in new tab:** Navigate to the user profile or schedule
|
|
146
|
+
|
|
147
|
+
### Data Loading
|
|
148
|
+
|
|
149
|
+
The widget uses a lazy-loading approach:
|
|
150
|
+
|
|
151
|
+
1. **Initial Load:** Root departments are loaded and displayed
|
|
152
|
+
2. **Root nodes are auto-expanded:** Root elements have `load_on_demand: false` to show their immediate children
|
|
153
|
+
3. **On-demand loading:** Child nodes are loaded when a parent node is expanded
|
|
154
|
+
4. **Load URL:** The `LoadChildrenHandler` is called with the content provider ID to fetch child nodes
|
|
155
|
+
5. **Content Provider:** `OrgaTreeContentProvider` handles all data retrieval and tree structure logic
|
|
156
|
+
|
|
157
|
+
### Real-time Updates
|
|
158
|
+
|
|
159
|
+
The widget listens to platform events:
|
|
160
|
+
|
|
161
|
+
- **Page Creation:** When a new department or team is created, the parent node is reloaded and expanded
|
|
162
|
+
- **Page Deletion:** When a department, team, or schedule is deleted, the node is removed from the tree
|
|
163
|
+
- **Node Registration:** Nodes register themselves with the widget controller for event handling
|
|
164
|
+
|
|
165
|
+
## Configuration
|
|
166
|
+
|
|
167
|
+
The widget has minimal configuration requirements:
|
|
168
|
+
|
|
169
|
+
### Widget Configuration
|
|
170
|
+
|
|
171
|
+
- **Widget Kind:** `cf.cplace.orgaTree.edit`
|
|
172
|
+
- **No custom parameters:** The widget automatically determines what to display based on the current workspace
|
|
173
|
+
|
|
174
|
+
### Data Configuration
|
|
175
|
+
|
|
176
|
+
The widget's behavior is configured through the `OrgaTreeContentProvider`:
|
|
177
|
+
|
|
178
|
+
- **Root nodes:** All departments without a parent in spaces with the OrgaTree app
|
|
179
|
+
- **Content Provider ID:** `orga_tree`
|
|
180
|
+
- **Tab name:** "Organizational Structure"
|
|
181
|
+
- **Order index:** 10 (determines position when multiple tree content providers exist)
|
|
182
|
+
|
|
183
|
+
### Selection Mode
|
|
184
|
+
|
|
185
|
+
The widget defines different selection modes for different node types:
|
|
186
|
+
|
|
187
|
+
- **Departments:** `NONE` - Cannot be selected (navigation only)
|
|
188
|
+
- **Teams:** `NONE` - Cannot be selected (navigation only)
|
|
189
|
+
- **Persons:** `NONE` - Cannot be selected (navigation only)
|
|
190
|
+
- **Groups:** `NONE` - Cannot be selected (navigation only)
|
|
191
|
+
- **Virtual schedule nodes:** `CHILDREN` - Selecting the node selects all child schedules
|
|
192
|
+
- **Schedules:** `SELF` - The schedule itself can be selected
|
|
193
|
+
|
|
194
|
+
**Note:** In the current implementation, selection modes exist in the code but appear to be primarily for future functionality or integration with other widgets. The edit widget focuses on navigation and manipulation rather than selection.
|
|
195
|
+
|
|
196
|
+
## Context and Relationships
|
|
197
|
+
|
|
198
|
+
### Related Widgets
|
|
199
|
+
|
|
200
|
+
1. **Project Tree Widget** (`cf.cplace.projectTree`)
|
|
201
|
+
- Similar hierarchical tree structure for project management
|
|
202
|
+
- Shares base classes and tree infrastructure (`TreeContentProvider`, `LoadChildrenHandler`)
|
|
203
|
+
- OrgaTree integrates with project tree through schedule management
|
|
204
|
+
|
|
205
|
+
2. **Personal Tree Content Provider**
|
|
206
|
+
- Referenced from `ProjektplanungPlugin` for schedule management
|
|
207
|
+
- Provides "Own schedules" and "Substitute schedules" functionality
|
|
208
|
+
- Enables users to access their schedules through the organizational tree
|
|
209
|
+
|
|
210
|
+
### App Integration
|
|
211
|
+
|
|
212
|
+
The widget is part of the **Organizational Structure App** (`cf.cplace.orgaTree`):
|
|
213
|
+
|
|
214
|
+
- **App display name:** "Organizational Structure"
|
|
215
|
+
- **App description:** "The 'Organizational Structure' app lets you manage employees and teams in an organizational structure. This app offers you an organizational tree that helps you create, edit, and manage employees, teams, and sectors."
|
|
216
|
+
- **Homepage widget:** This widget is automatically created as the homepage when the app is added to a workspace
|
|
217
|
+
- **Type definitions:** The app defines DEPARTMENT and TEAM types
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
**Backend dependencies:**
|
|
222
|
+
- `cf.cplace.planauswahl` - Tree selection infrastructure (TreeContentProvider, TreeData, TreeItem)
|
|
223
|
+
- `cf.cplace.projektplanung` - Schedule management and personal tree functionality
|
|
224
|
+
- `cf.cplace.platform.frontend.handler.flexigrid.data` - Tree utilities and node interfaces
|
|
225
|
+
|
|
226
|
+
**Frontend dependencies:**
|
|
227
|
+
- AngularJS directive (`cfCplaceOrgaTreeEditWidget`)
|
|
228
|
+
- jQuery tree widget (`cplace_jq_tree`)
|
|
229
|
+
- Platform event system for real-time updates
|
|
230
|
+
|
|
231
|
+
### Permission Model
|
|
232
|
+
|
|
233
|
+
The widget respects cplace's permission system:
|
|
234
|
+
|
|
235
|
+
- **Create:** Users need "create pages in same space" permission to add new departments/teams
|
|
236
|
+
- **Edit/Move:** Users need edit rights on the source node to move it
|
|
237
|
+
- **Delete:** Users need delete permissions on the entity
|
|
238
|
+
- **Read:** The tree only shows entities the user has read access to
|
|
239
|
+
|
|
240
|
+
## Technical Architecture
|
|
241
|
+
|
|
242
|
+
### Backend Components
|
|
243
|
+
|
|
244
|
+
**EditOrgaTreeWidgetDefinition.java:**
|
|
245
|
+
- Widget registration and definition
|
|
246
|
+
- Provides template substitution with tree data
|
|
247
|
+
- Configures URLs for loading children and validating moves
|
|
248
|
+
|
|
249
|
+
**OrgaTreeContentProvider.java:**
|
|
250
|
+
- Implements `TreeContentProvider` interface
|
|
251
|
+
- Handles data retrieval for all node types
|
|
252
|
+
- Manages parent-child relationships
|
|
253
|
+
- Provides bidirectional navigation (get children, get parents)
|
|
254
|
+
- Handles both real nodes (pages, persons) and virtual nodes (schedule containers)
|
|
255
|
+
|
|
256
|
+
**CanMoveHandler.java:**
|
|
257
|
+
- Validates whether a department can be moved to a target position
|
|
258
|
+
- Prevents invalid hierarchy structures
|
|
259
|
+
- Uses `CanMoveMenuItemHandler.canMoveInHierarchy()` for validation
|
|
260
|
+
|
|
261
|
+
**ContextMenuActionsProvider.java:**
|
|
262
|
+
- Defines all available context menu actions
|
|
263
|
+
- Implements permission checks for each action
|
|
264
|
+
- Provides URLs for action execution
|
|
265
|
+
|
|
266
|
+
### Frontend Components
|
|
267
|
+
|
|
268
|
+
**cfCplaceOrgaTreeEditWidget.js:**
|
|
269
|
+
- AngularJS directive that initializes the tree widget
|
|
270
|
+
- Configures drag-and-drop behavior
|
|
271
|
+
- Handles event listeners for page creation/deletion
|
|
272
|
+
- Manages node registration for updates
|
|
273
|
+
- Configures custom rendering templates
|
|
274
|
+
|
|
275
|
+
**jQuery Tree Widget:**
|
|
276
|
+
- Underlying tree rendering library
|
|
277
|
+
- Handles tree state (expanded/collapsed)
|
|
278
|
+
- Manages drag-and-drop interactions
|
|
279
|
+
- Renders custom templates for different node types
|
|
280
|
+
|
|
281
|
+
### Data Model
|
|
282
|
+
|
|
283
|
+
**Type hierarchy:**
|
|
284
|
+
```
|
|
285
|
+
Department
|
|
286
|
+
- parent: Department (optional, creates hierarchy)
|
|
287
|
+
- users: Person[] (department members)
|
|
288
|
+
└─ subdepartments (incoming PARENT references)
|
|
289
|
+
└─ teams (incoming DEPARTMENT references)
|
|
290
|
+
|
|
291
|
+
Team
|
|
292
|
+
- department: Department (required)
|
|
293
|
+
- users: Person[] (team members)
|
|
294
|
+
|
|
295
|
+
Person (platform type)
|
|
296
|
+
└─ Virtual Node: Own Schedules
|
|
297
|
+
└─ Schedule[] (where person is owner)
|
|
298
|
+
└─ Virtual Node: Substitute Schedules
|
|
299
|
+
└─ Schedule[] (where person is deputy)
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
### Tree Node Types
|
|
303
|
+
|
|
304
|
+
The implementation distinguishes between:
|
|
305
|
+
|
|
306
|
+
1. **SimpleCustomEntityTreeNode:** Represents actual entities (departments, teams, persons, schedules)
|
|
307
|
+
2. **VirtualSimpleTreeNode:** Represents virtual grouping nodes (schedule containers)
|
|
308
|
+
3. **Node:** Legacy node interface for backward compatibility
|
|
309
|
+
4. **ITreeNode:** Modern tree node interface
|
|
310
|
+
|
|
311
|
+
## Key Implementation Details
|
|
312
|
+
|
|
313
|
+
### Lazy Loading Mechanism
|
|
314
|
+
|
|
315
|
+
1. Initial page load: Widget definition generates JSON with root departments
|
|
316
|
+
2. Root nodes have `load_on_demand: false` - their children are included in initial data
|
|
317
|
+
3. When user expands a node: Ajax call to `LoadChildrenHandler` with parent UID
|
|
318
|
+
4. Handler delegates to `OrgaTreeContentProvider.getAllChildren()`
|
|
319
|
+
5. Children are rendered and added to tree
|
|
320
|
+
|
|
321
|
+
### Multi-parent Support
|
|
322
|
+
|
|
323
|
+
Users can belong to multiple departments and/or teams:
|
|
324
|
+
- Person nodes appear multiple times in the tree
|
|
325
|
+
- Each appearance is a separate node with unique node ID
|
|
326
|
+
- Node registration tracks which UIDs correspond to which node IDs
|
|
327
|
+
- When a user is deleted, all instances are removed from the tree
|
|
328
|
+
|
|
329
|
+
### Path Finding
|
|
330
|
+
|
|
331
|
+
The widget supports finding paths from root to a specific node:
|
|
332
|
+
- Used for highlighting and expanding to show a specific entity
|
|
333
|
+
- Handles multiple possible paths (e.g., user belonging to multiple departments)
|
|
334
|
+
- Can filter paths to only include specific required nodes
|
|
335
|
+
|
|
336
|
+
### Caching Strategy
|
|
337
|
+
|
|
338
|
+
The widget caches move validation results:
|
|
339
|
+
- Each target node maintains a cache: `{sourceUid: {position: boolean}}`
|
|
340
|
+
- Reduces server calls when dragging the same node over multiple positions
|
|
341
|
+
- Cache is stored on the tree node object in the client
|
|
342
|
+
|
|
343
|
+
## Limitations and Constraints
|
|
344
|
+
|
|
345
|
+
1. **Move operations:** Only departments can be moved via drag-and-drop, not teams or users
|
|
346
|
+
2. **Context menu:** Not all actions are available for all node types
|
|
347
|
+
3. **Selection:** The edit widget is primarily for navigation and manipulation, not for selection
|
|
348
|
+
4. **Permissions:** Actions are hidden if the user lacks permissions rather than being disabled
|
|
349
|
+
5. **Real-time sync:** Updates are event-driven but only for create/delete, not for edit operations
|
|
350
|
+
|
|
351
|
+
## Summary
|
|
352
|
+
|
|
353
|
+
The `cf.cplace.orgaTree.edit` widget is a sophisticated hierarchical tree widget that serves as the central interface for managing organizational structures in cplace. It combines visualization, navigation, and manipulation capabilities in a single interactive component. The widget is designed for HR managers, department heads, and administrators who need to maintain organizational hierarchies, manage team structures, and access associated schedules. Its drag-and-drop functionality, context-sensitive actions, and integration with the broader cplace platform make it a powerful tool for organizational management.
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# Widget Research: cf.cplace.outlookMessageIntegration.outlookMessages
|
|
2
|
+
|
|
3
|
+
## Widget Overview
|
|
4
|
+
|
|
5
|
+
**Widget ID:** `cf.cplace.outlookMessageIntegration.outlookMessages`
|
|
6
|
+
**Repository:** `cplace-paw`
|
|
7
|
+
**Plugin:** `cf.cplace.outlookMessageIntegration`
|
|
8
|
+
**Definition Class:** `OutlookMessagesWidgetDefinition.java`
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
|
|
12
|
+
The Outlook Messages widget enables users to import and display Microsoft Outlook email messages (.msg files) within cplace pages. Users can drag and drop Outlook message files directly into the widget, which parses the email data and creates structured email records as child pages, preserving the email content, metadata, and attachments.
|
|
13
|
+
|
|
14
|
+
## Core Functionality
|
|
15
|
+
|
|
16
|
+
### What This Widget Does
|
|
17
|
+
|
|
18
|
+
The widget provides two main functions:
|
|
19
|
+
|
|
20
|
+
1. **Email Import**: Accepts Outlook .msg files via drag-and-drop upload
|
|
21
|
+
2. **Email Display**: Shows imported emails in a tabular format with key metadata
|
|
22
|
+
|
|
23
|
+
When a user uploads an .msg file:
|
|
24
|
+
- The widget parses the file using Apache POI's HSMF library (Microsoft Outlook MSG format parser)
|
|
25
|
+
- Creates a new page of type "email" as a child of the current page
|
|
26
|
+
- Extracts and stores email metadata (subject, sender, recipients, date)
|
|
27
|
+
- Preserves the email body content (HTML or plain text)
|
|
28
|
+
- Extracts and attaches any file attachments from the email
|
|
29
|
+
- Displays the new email in the widget's table
|
|
30
|
+
|
|
31
|
+
### Technical Architecture
|
|
32
|
+
|
|
33
|
+
**Frontend Components:**
|
|
34
|
+
- Template: `outlookMessagesWidgetDefinition.htm` - Drag-and-drop zone and table display
|
|
35
|
+
- Controller: `OutlookMessagesWidgetCtrl.ts` - Upload handling and table refresh
|
|
36
|
+
- Based on `AbstractUploadCtrl` for file upload functionality
|
|
37
|
+
|
|
38
|
+
**Backend Components:**
|
|
39
|
+
- `OutlookMessagesWidgetDefinition.java` - Widget definition and rendering
|
|
40
|
+
- `MessageUploadHandler.java` - Processes uploaded .msg files and creates email pages
|
|
41
|
+
- `OutlookMessagesTableHandler.java` - Generates updated table data after uploads
|
|
42
|
+
- `OutlookMessagesWidgetState.java` - Manages widget state (upload URL, table reload URL)
|
|
43
|
+
- `OutlookMessagesTableTemplateSubstitution.java` - Renders the email table
|
|
44
|
+
|
|
45
|
+
**Data Model:**
|
|
46
|
+
- Type: "email" (EMAIL type definition in OutlookMessageIntegrationAppTypes.java)
|
|
47
|
+
- Attributes:
|
|
48
|
+
- `subject` (SingleString) - Email subject line
|
|
49
|
+
- `from` (SingleString) - Sender information
|
|
50
|
+
- `to` (MultiString) - Recipients list
|
|
51
|
+
- `date` (SingleDate) - Email timestamp
|
|
52
|
+
- `content` (SingleRichString) - Email body (HTML or plain text)
|
|
53
|
+
- `parent` (SinglePageReference) - Reference to parent page (hierarchical relationship)
|
|
54
|
+
- All attributes are read-only after import
|
|
55
|
+
- Attachments stored as Document entities linked to the email page
|
|
56
|
+
|
|
57
|
+
## Use Cases
|
|
58
|
+
|
|
59
|
+
### Primary Use Cases
|
|
60
|
+
|
|
61
|
+
1. **Project Communication Archive**
|
|
62
|
+
- Teams working on projects can archive relevant email correspondence directly in project pages
|
|
63
|
+
- Keep all project-related information (tasks, documents, emails) in one place
|
|
64
|
+
- Preserve email context and history within the project workspace
|
|
65
|
+
|
|
66
|
+
2. **Issue Documentation**
|
|
67
|
+
- When issues are reported or discussed via email, import the email into the issue page
|
|
68
|
+
- Create an audit trail of email communications related to specific issues
|
|
69
|
+
- Reference email content when resolving problems
|
|
70
|
+
|
|
71
|
+
3. **Client Communication Tracking**
|
|
72
|
+
- Import customer or client emails into relevant customer/account pages
|
|
73
|
+
- Maintain a complete history of email interactions
|
|
74
|
+
- Share email context with team members who weren't on the original thread
|
|
75
|
+
|
|
76
|
+
4. **Compliance and Record-Keeping**
|
|
77
|
+
- Store important business emails within structured records
|
|
78
|
+
- Create searchable archives of email communications
|
|
79
|
+
- Maintain email evidence linked to specific business processes or entities
|
|
80
|
+
|
|
81
|
+
5. **Knowledge Management**
|
|
82
|
+
- Preserve valuable information shared via email
|
|
83
|
+
- Convert email discussions into searchable, structured content
|
|
84
|
+
- Make email knowledge accessible to broader teams
|
|
85
|
+
|
|
86
|
+
### When to Use This Widget
|
|
87
|
+
|
|
88
|
+
Choose this widget when:
|
|
89
|
+
- The page represents an entity that may receive related email communications (projects, issues, customers, etc.)
|
|
90
|
+
- You need to integrate email conversations into your cplace workflow
|
|
91
|
+
- You want to preserve email context alongside other structured data
|
|
92
|
+
- Team members need access to email information without forwarding or CC'ing
|
|
93
|
+
|
|
94
|
+
### What Problem It Solves
|
|
95
|
+
|
|
96
|
+
- **Information Silos**: Email conversations remain isolated in individual inboxes. This widget brings email content into the shared workspace.
|
|
97
|
+
- **Context Loss**: Important email discussions are disconnected from related work items. The widget links emails directly to relevant pages.
|
|
98
|
+
- **Manual Data Entry**: Instead of copying email content manually, users can import the entire message with metadata and attachments intact.
|
|
99
|
+
- **Attachment Management**: Email attachments are preserved and accessible through cplace's document management.
|
|
100
|
+
|
|
101
|
+
## Configuration Concepts
|
|
102
|
+
|
|
103
|
+
### Widget Configuration
|
|
104
|
+
|
|
105
|
+
The widget has minimal configuration as it provides a fixed functionality:
|
|
106
|
+
|
|
107
|
+
1. **Embedding**:
|
|
108
|
+
- Can only be embedded in Page entities (or type definitions that apply to Pages)
|
|
109
|
+
- Enforced by `checkEmbeddableIn` method in the widget definition
|
|
110
|
+
- Creates hierarchical relationship: parent page → child email pages
|
|
111
|
+
|
|
112
|
+
2. **Display Options**:
|
|
113
|
+
- No padding on widget container (`isNoPadding() = true`)
|
|
114
|
+
- Fixed table layout with columns: Subject, Attachments, Date, Recipient, Sender
|
|
115
|
+
- Emails sorted by date (most recent first)
|
|
116
|
+
|
|
117
|
+
3. **Upload Handling**:
|
|
118
|
+
- Only accepts .msg file format (Microsoft Outlook Message format)
|
|
119
|
+
- Validates file extension before processing
|
|
120
|
+
- Shows upload progress indicator during file processing
|
|
121
|
+
- Displays error messages for invalid files or upload failures
|
|
122
|
+
|
|
123
|
+
### User Interface Elements
|
|
124
|
+
|
|
125
|
+
**Drag-and-Drop Zone:**
|
|
126
|
+
- Visual drop zone with envelope icon
|
|
127
|
+
- Upload progress indicator with percentage
|
|
128
|
+
- Shows spinner during processing
|
|
129
|
+
|
|
130
|
+
**Email Table:**
|
|
131
|
+
- Displays all email pages that are children of the current page
|
|
132
|
+
- Columns:
|
|
133
|
+
- Subject (clickable link to email page)
|
|
134
|
+
- Number of attachments (file icon with count)
|
|
135
|
+
- Date
|
|
136
|
+
- Recipients (To field)
|
|
137
|
+
- Sender (From field)
|
|
138
|
+
- Automatically refreshes after successful upload
|
|
139
|
+
|
|
140
|
+
### Technical Constraints
|
|
141
|
+
|
|
142
|
+
- **File Format**: Only Microsoft Outlook .msg files are supported
|
|
143
|
+
- **Parsing**: Uses Apache POI HSMF library for .msg file parsing
|
|
144
|
+
- **Parent-Child Relationship**: Email pages are always created as children of the page containing the widget
|
|
145
|
+
- **Read-Only Data**: Once imported, email data cannot be edited (enforces data integrity)
|
|
146
|
+
- **Space Context**: Emails are created in the same space as their parent page
|
|
147
|
+
|
|
148
|
+
## Context and Relationships
|
|
149
|
+
|
|
150
|
+
### Related Components
|
|
151
|
+
|
|
152
|
+
1. **Email Type Definition** (`OutlookMessageIntegrationAppTypes.EMAIL`)
|
|
153
|
+
- Defines the structure for imported email pages
|
|
154
|
+
- Includes default layout with content, attributes, and files widgets
|
|
155
|
+
- Uses "fa-envelope" icon for email pages
|
|
156
|
+
|
|
157
|
+
2. **Document Management**
|
|
158
|
+
- Email attachments are created as Document entities
|
|
159
|
+
- Documents are linked to email pages via parent-child relationship
|
|
160
|
+
- Attachments preserve original filenames and content
|
|
161
|
+
|
|
162
|
+
3. **Page Hierarchy**
|
|
163
|
+
- Emails use parent reference attribute for hierarchical structure
|
|
164
|
+
- Parent page can have multiple email children
|
|
165
|
+
- Email pages inherit space context from parent
|
|
166
|
+
|
|
167
|
+
### Integration Points
|
|
168
|
+
|
|
169
|
+
- **Upload Framework**: Extends `AbstractUploadCtrl` for consistent upload behavior across cplace
|
|
170
|
+
- **Search System**: Emails are searchable like any other page type
|
|
171
|
+
- **Attribute Display**: Email content can be displayed using standard cplace attribute widgets
|
|
172
|
+
- **Files Widget**: Email attachments displayed via standard files widget on email detail page
|
|
173
|
+
|
|
174
|
+
### Prerequisites
|
|
175
|
+
|
|
176
|
+
- The page where the widget is embedded must allow child pages (hierarchical structure)
|
|
177
|
+
- User must have edit permissions on the parent page to upload emails
|
|
178
|
+
- Email pages are created in the same space as the parent (requires space permissions)
|
|
179
|
+
|
|
180
|
+
### No Dependencies On
|
|
181
|
+
|
|
182
|
+
- External Outlook/Exchange server connections (works with exported .msg files)
|
|
183
|
+
- Active email accounts or IMAP/SMTP configuration
|
|
184
|
+
- Email client plugins or integrations
|
|
185
|
+
|
|
186
|
+
## Implementation Details
|
|
187
|
+
|
|
188
|
+
### Email Parsing Process
|
|
189
|
+
|
|
190
|
+
When a .msg file is uploaded:
|
|
191
|
+
|
|
192
|
+
1. **Validation**:
|
|
193
|
+
- Check file extension is ".msg"
|
|
194
|
+
- Verify file can be read
|
|
195
|
+
|
|
196
|
+
2. **Parse Email Metadata**:
|
|
197
|
+
- Extract subject (used as page title)
|
|
198
|
+
- Parse sender information (name and email address)
|
|
199
|
+
- Extract recipient list with names and email addresses
|
|
200
|
+
- Get message date/time
|
|
201
|
+
|
|
202
|
+
3. **Process Email Body**:
|
|
203
|
+
- Attempt to extract HTML body first
|
|
204
|
+
- Fall back to plain text if HTML not available
|
|
205
|
+
- Convert line separators to `<br>` tags for plain text
|
|
206
|
+
|
|
207
|
+
4. **Extract Attachments**:
|
|
208
|
+
- Iterate through attachment chunks in .msg file
|
|
209
|
+
- Create Document entity for each attachment
|
|
210
|
+
- Copy attachment data into document version
|
|
211
|
+
- Link documents to email page
|
|
212
|
+
|
|
213
|
+
5. **Create Email Page**:
|
|
214
|
+
- Create page of type "email" with subject as title
|
|
215
|
+
- Set all metadata attributes
|
|
216
|
+
- Link to parent page
|
|
217
|
+
- Persist page and documents
|
|
218
|
+
|
|
219
|
+
6. **Refresh Display**:
|
|
220
|
+
- Reload table via AJAX call
|
|
221
|
+
- Display updated list of emails
|
|
222
|
+
- Enable upload for next file
|
|
223
|
+
|
|
224
|
+
### Error Handling
|
|
225
|
+
|
|
226
|
+
- Invalid file format: Shows specific error message
|
|
227
|
+
- Parse failures: Logged and generic error shown to user
|
|
228
|
+
- Attachment extraction failures: Logged individually, continue processing other attachments
|
|
229
|
+
- Upload progress tracking with visual feedback
|
|
230
|
+
|
|
231
|
+
## Summary
|
|
232
|
+
|
|
233
|
+
The Outlook Messages widget provides a streamlined way to integrate email communications into cplace's structured information management. By accepting Outlook .msg files via drag-and-drop, it eliminates the gap between email conversations and related work items, creating a unified view of all project-relevant information. The widget is particularly valuable for teams that need to maintain audit trails, preserve context, or share email information within collaborative workspaces.
|