Árvore Conceitual
Geração automática
Esta árvore é gerada automaticamente a partir do catálogo canônico terms.yaml.
Consulte o Glossário para as definições completas de cada termo.
MIDDAG for Moodle
├── 1. CORE
│ ├── Admin (CC-admin)
│ │ ├── Admin Dashboard
│ │ ├── Admin Dashboard Tab
│ │ │ ├── home
│ │ │ ├── status
│ │ │ ├── tools
│ │ │ ├── activity
│ │ │ ├── logs
│ │ │ ├── jobs
│ │ │ ├── audit
│ │ │ └── overview
│ │ ├── Admin Setting
│ │ ├── Admin Tool
│ │ │ └── Tools Service
│ │ │ └── Execute Maintenance Tool
│ │ ├── Audit Filter
│ │ ├── Audit Query Service
│ │ │ ├── Get Audit Detail
│ │ │ ├── Get Audit Filter Options
│ │ │ └── List Audit Entries
│ │ ├── Check License
│ │ ├── Clean Activity Feed
│ │ ├── Clean Audit Logs
│ │ ├── Clean Logs
│ │ ├── Data Seeder Service
│ │ │ ├── Clean Test Data
│ │ │ └── Seed Test Data
│ │ ├── Extension Info
│ │ ├── Extension Management
│ │ ├── Health Score
│ │ │ ├── Criterion Status
│ │ │ │ ├── ok
│ │ │ │ └── fail
│ │ │ ├── Health Color
│ │ │ │ ├── success
│ │ │ │ ├── warning
│ │ │ │ └── danger
│ │ │ ├── Health Criterion
│ │ │ └── Health Score Service
│ │ │ └── Calculate Health Score
│ │ ├── Job Query Service
│ │ │ ├── Cancel Job
│ │ │ ├── Count Jobs by Status
│ │ │ ├── Get Job Detail
│ │ │ ├── List Jobs
│ │ │ └── Retry Job
│ │ ├── Maintenance Tool
│ │ │ ├── purge_cache
│ │ │ ├── clean_logs
│ │ │ ├── check_db
│ │ │ ├── reset_extension_config
│ │ │ ├── reindex
│ │ │ ├── check_license
│ │ │ ├── seed_test_data
│ │ │ └── clean_test_data
│ │ ├── News Item
│ │ │ └── News Feed
│ │ ├── News Service
│ │ │ ├── Check News Availability
│ │ │ └── Fetch News Feed
│ │ ├── Quick Access Link
│ │ ├── Setting Type
│ │ │ ├── text
│ │ │ ├── textarea
│ │ │ ├── select
│ │ │ ├── multiselect
│ │ │ ├── checkbox
│ │ │ ├── multicheckbox
│ │ │ ├── password
│ │ │ ├── encrypted_password
│ │ │ ├── description
│ │ │ ├── heading
│ │ │ ├── link
│ │ │ ├── colourpicker
│ │ │ ├── duration
│ │ │ ├── time
│ │ │ ├── filepath
│ │ │ ├── directory
│ │ │ ├── executable
│ │ │ ├── htmleditor
│ │ │ ├── autocomplete
│ │ │ ├── iplist
│ │ │ ├── portlist
│ │ │ └── storedfile
│ │ ├── Settings Page
│ │ ├── Settings Resolver
│ │ ├── System Status
│ │ │ └── System Status Service
│ │ │ ├── Collect System Status
│ │ │ └── Generate Status Report
│ │ └── Tool Result
│ ├── Audit and Traceability
│ ├── Authentication and Security
│ ├── Compliance (CC-08)
│ ├── Condition Engine (CC-09)
│ │ ├── Condition
│ │ │ └── Condition Group
│ │ ├── Condition Evaluation
│ │ ├── Condition Match Mode
│ │ │ ├── include
│ │ │ └── exclude
│ │ ├── Condition Provider Model
│ │ ├── Condition Rule
│ │ ├── Condition Scope
│ │ │ ├── category
│ │ │ ├── course
│ │ │ ├── module
│ │ │ ├── page
│ │ │ └── system
│ │ ├── Conditions Graceful Default
│ │ ├── Conditions Service
│ │ ├── Evaluate Condition
│ │ ├── Get Applicable Contexts
│ │ └── Register Condition Provider
│ ├── Connectors (CC-02)
│ │ ├── Connector
│ │ │ ├── Configure Connector
│ │ │ ├── Connector Credential
│ │ │ ├── Connector Credential Validation
│ │ │ ├── Connector Extension Binding
│ │ │ ├── Connector Status Transition
│ │ │ ├── Disable Connector
│ │ │ └── Test Connector Connection
│ │ ├── Connector Health Changed
│ │ ├── Connector Registry
│ │ ├── Connector Settings
│ │ ├── Connector Status
│ │ │ ├── configured
│ │ │ ├── connected
│ │ │ ├── degraded
│ │ │ ├── disconnected
│ │ │ └── unconfigured
│ │ ├── Connector Type
│ │ │ ├── http_api
│ │ │ ├── oauth2
│ │ │ ├── sdk
│ │ │ ├── webhook
│ │ │ └── database
│ │ ├── Connectors Service
│ │ ├── Credential Field
│ │ └── Health Check Result
│ ├── Core Capability
│ │ ├── manage
│ │ ├── moderate
│ │ └── view
│ ├── Diagnostics and Health
│ ├── Instancegroup (CC-06)
│ │ ├── Completion Resolution
│ │ ├── Group Item
│ │ ├── Group Status
│ │ │ ├── active
│ │ │ ├── archived
│ │ │ └── disabled
│ │ ├── Instance Group
│ │ │ ├── Add Group Item
│ │ │ ├── Elect Group Principal
│ │ │ ├── Instance Group Versioning
│ │ │ ├── Principal Selection Rule
│ │ │ ├── Remove Group Item
│ │ │ └── Resolve Group Completion
│ │ ├── Instancegroup Service
│ │ ├── Principal Item Changed
│ │ └── Principal Selection Strategy
│ ├── Segments (CC-07)
│ │ ├── Criteria Config
│ │ ├── Criteria Provider Interface
│ │ ├── Criteria Type
│ │ │ ├── profile_field
│ │ │ ├── custom_profile_field
│ │ │ ├── date_field
│ │ │ ├── access_status
│ │ │ ├── cohort_membership
│ │ │ ├── course_enrollment
│ │ │ ├── course_role
│ │ │ ├── system_role
│ │ │ ├── course_completion
│ │ │ ├── event_occurrence
│ │ │ └── custom_sql
│ │ ├── Evaluation Result
│ │ ├── Segment
│ │ │ ├── Criteria Provider Model
│ │ │ ├── Custom SQL Restriction
│ │ │ ├── Segment Audience Model
│ │ │ ├── Segment Cache Strategy
│ │ │ ├── Segment Criteria Composition
│ │ │ └── Segment Draft Gate
│ │ ├── Segment Criteria
│ │ ├── Segment Criteria Description
│ │ ├── Segment Extensibility Model
│ │ ├── Segment Field
│ │ ├── Segment Match Type
│ │ │ ├── all
│ │ │ └── any
│ │ ├── Segment Operator
│ │ │ ├── equals
│ │ │ ├── not_equals
│ │ │ ├── contains
│ │ │ ├── not_contains
│ │ │ ├── starts_with
│ │ │ ├── ends_with
│ │ │ ├── is_empty
│ │ │ ├── is_not_empty
│ │ │ ├── before
│ │ │ ├── after
│ │ │ ├── between
│ │ │ ├── is_true
│ │ │ ├── is_false
│ │ │ ├── in_list
│ │ │ ├── not_in_list
│ │ │ └── regex
│ │ ├── Segment Service
│ │ │ ├── Add Criteria
│ │ │ ├── Build Segment Subquery
│ │ │ ├── Create Segment
│ │ │ ├── Delete Segment
│ │ │ ├── Describe Criteria
│ │ │ ├── Evaluate Segment
│ │ │ ├── Get Available Fields
│ │ │ ├── Invalidate Segment Cache
│ │ │ ├── Remove Criteria
│ │ │ └── Update Segment
│ │ ├── Segment Settings
│ │ ├── Segment Status
│ │ │ ├── draft
│ │ │ ├── active
│ │ │ └── archived
│ │ └── Segment Subquery
│ └── Workflow (CC-03)
│ ├── Action Execution
│ ├── Action Execution Completed
│ ├── Action Trigger
│ ├── Action Type
│ │ ├── create_item
│ │ ├── send_message
│ │ ├── emit_document
│ │ ├── call_webhook
│ │ ├── assign_role
│ │ └── enrol_user
│ ├── Execution Payload
│ ├── Execution Status
│ │ ├── pending
│ │ ├── running
│ │ ├── succeeded
│ │ ├── failed
│ │ └── skipped
│ ├── Trigger Config
│ ├── Trigger Type
│ │ ├── form_submission
│ │ ├── event_signal
│ │ ├── schedule
│ │ ├── manual
│ │ └── item_transition
│ ├── Workflow Action
│ │ ├── Dispatch Workflow Action
│ │ ├── Execute Workflow Action
│ │ ├── Workflow Action Registration
│ │ ├── Workflow Guard Condition
│ │ └── Workflow Payload Validation
│ ├── Workflow Registry
│ └── Workflow Service
│
├── 2. EXTENSIONS
│ ├── Additional Extensions
│ ├── Content and Learning
│ │ ├── Content (content)
│ │ │ ├── Access Counter
│ │ │ ├── Access Level
│ │ │ │ ├── public
│ │ │ │ ├── authenticated
│ │ │ │ └── capability
│ │ │ ├── Access Scope
│ │ │ ├── Context Override
│ │ │ ├── Display Mode
│ │ │ │ ├── download
│ │ │ │ └── inline
│ │ │ ├── File Scope
│ │ │ │ ├── global
│ │ │ │ └── organization
│ │ │ ├── File Slug
│ │ │ ├── File Status
│ │ │ │ ├── active
│ │ │ │ └── archived
│ │ │ ├── File Version
│ │ │ ├── Indexation Directive
│ │ │ ├── Indexation Policy
│ │ │ ├── Language Code
│ │ │ ├── Managed File
│ │ │ ├── Marketing Profile
│ │ │ ├── Page Metadata Projection
│ │ │ ├── Permanent URL
│ │ │ ├── Reference Context
│ │ │ ├── SEO Metadata Config
│ │ │ ├── SEO Metadata Data
│ │ │ ├── Social Preview Config
│ │ │ ├── Social Preview Data
│ │ │ ├── Structured Data Config
│ │ │ ├── Structured Data Schema
│ │ │ ├── Translatable Field
│ │ │ ├── Translatable Item
│ │ │ ├── Translated Content
│ │ │ ├── Translation Entry
│ │ │ ├── Translation Set
│ │ │ ├── Version Metadata
│ │ │ ├── Video Entry
│ │ │ ├── Video Reference
│ │ │ ├── Video Status
│ │ │ │ ├── active
│ │ │ │ └── archived
│ │ │ └── Video Tag
│ │ └── Learningpath (learningpath)
│ │ ├── Adherence Score
│ │ ├── Completion Timestamp
│ │ ├── Deadline
│ │ ├── Goal Date
│ │ ├── Goal Status
│ │ │ ├── pending
│ │ │ ├── completed
│ │ │ └── overdue
│ │ ├── Instancegroup Reference
│ │ ├── Learning Path
│ │ ├── Path Reference
│ │ ├── Path Step
│ │ ├── Path Step Order
│ │ ├── Plan Goal
│ │ ├── Plan History
│ │ ├── Plan Status
│ │ │ ├── active
│ │ │ ├── completed
│ │ │ └── archived
│ │ ├── Progress Percentage
│ │ ├── Progress Status
│ │ │ ├── not_started
│ │ │ ├── in_progress
│ │ │ └── completed
│ │ ├── Step Completion
│ │ ├── Step Requirement
│ │ │ ├── required
│ │ │ └── optional
│ │ ├── Study Plan
│ │ └── User Progress
│ ├── Dashboards and Reports
│ │ ├── Analytics (analytics)
│ │ │ ├── Access Capability
│ │ │ ├── Connection Reference
│ │ │ ├── Embedded Report
│ │ │ ├── Export Configuration
│ │ │ ├── Export Configured
│ │ │ ├── Export Frequency
│ │ │ ├── Export Job
│ │ │ ├── Export View
│ │ │ ├── Job Completed
│ │ │ ├── Job Failed
│ │ │ ├── Job Started
│ │ │ ├── Job Status
│ │ │ │ ├── created
│ │ │ │ ├── running
│ │ │ │ ├── completed
│ │ │ │ ├── partially_failed
│ │ │ │ └── failed
│ │ │ ├── Job Table Result
│ │ │ ├── Mapping Source
│ │ │ │ ├── user_id
│ │ │ │ ├── course_id
│ │ │ │ ├── group_id
│ │ │ │ ├── cohort_id
│ │ │ │ ├── profile_field
│ │ │ │ ├── url_param
│ │ │ │ └── regex
│ │ │ ├── Mapping Target
│ │ │ ├── Parameter Mapping
│ │ │ ├── Report Activated
│ │ │ ├── Report Created
│ │ │ ├── Report Disabled
│ │ │ ├── Report Status
│ │ │ │ ├── draft
│ │ │ │ ├── active
│ │ │ │ └── disabled
│ │ │ ├── Report URL
│ │ │ ├── Sanitization Blacklist
│ │ │ ├── Table Export Failed
│ │ │ ├── Table Exported
│ │ │ ├── Table Result Status
│ │ │ │ ├── exported
│ │ │ │ ├── failed
│ │ │ │ └── skipped
│ │ │ └── View Source
│ │ │ ├── default
│ │ │ └── plugin
│ │ ├── Dashboard (dashboard)
│ │ │ ├── Activity Feed
│ │ │ ├── Cache Config
│ │ │ ├── Cache Entry
│ │ │ ├── Dashboard Panel
│ │ │ ├── Data Resolver
│ │ │ ├── Health Criteria Result
│ │ │ ├── Health Score Result
│ │ │ ├── Job Cancelled
│ │ │ ├── Job Retried
│ │ │ ├── Metric Cache
│ │ │ ├── Metrics Cache Expired
│ │ │ ├── Metrics Precomputed
│ │ │ ├── Organization Filter
│ │ │ ├── Panel Configured
│ │ │ ├── Panel Visibility
│ │ │ ├── Widget Instance
│ │ │ ├── Widget Metadata
│ │ │ ├── Widget Registered
│ │ │ ├── Widget Registration
│ │ │ └── Widget Unregistered
│ │ └── Management Dashboards (dashboard)
│ ├── Engagement and Communication
│ │ ├── Automessage (automessage)
│ │ │ ├── Channel Set
│ │ │ ├── Entry Result
│ │ │ ├── Entry Status
│ │ │ │ ├── queued
│ │ │ │ ├── sent
│ │ │ │ ├── failed
│ │ │ │ └── blocked
│ │ │ ├── Message Blocked
│ │ │ ├── Message Failed
│ │ │ ├── Message Rule
│ │ │ ├── Message Sent
│ │ │ ├── Message Template
│ │ │ ├── Message Trigger
│ │ │ ├── Message Trigger Config
│ │ │ ├── Message Trigger Type
│ │ │ │ ├── event
│ │ │ │ ├── interval
│ │ │ │ ├── runonce
│ │ │ │ ├── manual
│ │ │ │ └── relativedate
│ │ │ ├── Queue Completed
│ │ │ ├── Queue Created
│ │ │ ├── Rule Activated
│ │ │ ├── Rule Archived
│ │ │ ├── Rule Created
│ │ │ ├── Rule Paused
│ │ │ ├── Rule Status
│ │ │ │ ├── active
│ │ │ │ ├── paused
│ │ │ │ └── archived
│ │ │ ├── Rule Triggered
│ │ │ ├── Send Queue
│ │ │ ├── Send Queue Entry
│ │ │ ├── Template Variable
│ │ │ └── Throttle Config
│ │ └── Message Automation (automessage)
│ ├── Integrations and Data
│ │ ├── E-commerce Hub (ecommerce)
│ │ ├── Ecommerce (ecommerce)
│ │ │ ├── Access Blocked
│ │ │ ├── Access Grant
│ │ │ ├── Access Granted
│ │ │ ├── Access Reactivated
│ │ │ ├── Access Revoked
│ │ │ ├── Access Target
│ │ │ ├── Account Auto Created
│ │ │ ├── Allocation Cancelled
│ │ │ ├── Allocation Created
│ │ │ ├── Allocation Expired
│ │ │ ├── Allocation Nominated
│ │ │ ├── Allocation Nomination
│ │ │ ├── Allocation Status
│ │ │ │ ├── available
│ │ │ │ ├── nominated
│ │ │ │ ├── used
│ │ │ │ ├── expired
│ │ │ │ └── cancelled
│ │ │ ├── Allocation Used
│ │ │ ├── B2B Allocation
│ │ │ ├── Connector Binding
│ │ │ ├── Connector Binding Configured
│ │ │ ├── Connector Capability Matrix
│ │ │ ├── Connector Ref
│ │ │ ├── Expiration Policy
│ │ │ ├── Grant Status
│ │ │ │ ├── active
│ │ │ │ ├── blocked
│ │ │ │ ├── suspended
│ │ │ │ └── revoked
│ │ │ ├── Nomination Status
│ │ │ │ ├── pending
│ │ │ │ ├── accepted
│ │ │ │ ├── rejected
│ │ │ │ └── expired
│ │ │ ├── Offering Capability Flags
│ │ │ ├── Offering Created
│ │ │ ├── Order Transaction
│ │ │ ├── Product Offering
│ │ │ ├── Transaction Approved
│ │ │ ├── Transaction Cancelled
│ │ │ ├── Transaction Defaulted
│ │ │ ├── Transaction Received
│ │ │ └── Transaction Status
│ │ │ ├── approved
│ │ │ ├── cancelled
│ │ │ ├── refunded
│ │ │ └── defaulted
│ │ └── Integrations (integrations)
│ │ ├── Attempt Result
│ │ ├── Auth Config
│ │ ├── Delivery
│ │ ├── Delivery Abandoned
│ │ ├── Delivery Attempt
│ │ ├── Delivery Created
│ │ ├── Delivery Failed
│ │ ├── Delivery Sent
│ │ ├── Delivery Status
│ │ │ ├── pending
│ │ │ ├── sent
│ │ │ ├── failed
│ │ │ ├── retry
│ │ │ └── abandoned
│ │ ├── Endpoint Created
│ │ ├── Endpoint Disabled
│ │ ├── Endpoint Paused
│ │ ├── Endpoint Status
│ │ │ ├── active
│ │ │ ├── paused
│ │ │ └── disabled
│ │ ├── Environment Name
│ │ │ ├── production
│ │ │ ├── staging
│ │ │ └── local
│ │ ├── Error Event Projection
│ │ ├── Event Subscription
│ │ ├── Event Type
│ │ ├── Execution Weight
│ │ ├── Field Visibility
│ │ ├── JS Capture Flag
│ │ ├── JS Error Captured
│ │ ├── Observability Config
│ │ ├── Observability Disabled
│ │ ├── Observability Enabled
│ │ ├── Performance Trace Captured
│ │ ├── PHP Error Captured
│ │ ├── Provider Connection Ref
│ │ ├── Release Marked
│ │ ├── Retry Schedule
│ │ ├── Sample Rate
│ │ ├── Sanitization Policy
│ │ ├── Sanitization Policy Updated
│ │ ├── Snippet
│ │ ├── Snippet Activated
│ │ ├── Snippet Created
│ │ ├── Snippet Disabled
│ │ ├── Snippet Rolled Back
│ │ ├── Snippet Scope
│ │ ├── Snippet Status
│ │ │ ├── active
│ │ │ ├── disabled
│ │ │ └── archived
│ │ ├── Snippet Type
│ │ │ ├── javascript
│ │ │ ├── css
│ │ │ └── html
│ │ ├── Snippet Version
│ │ ├── Snippet Version Created
│ │ ├── Version Content
│ │ ├── Webhook Endpoint
│ │ └── Webhook Payload
│ └── Management and Operations
│ ├── Custom Form (customform)
│ │ ├── Access Policy
│ │ │ ├── public
│ │ │ ├── authenticated
│ │ │ └── restricted
│ │ ├── Access Variation
│ │ ├── Custom Form
│ │ ├── Document Config
│ │ ├── Field Dependency
│ │ ├── Field Validation
│ │ ├── Form Action Type
│ │ │ ├── notification
│ │ │ ├── redirect
│ │ │ ├── webhook
│ │ │ └── simple_persistence
│ │ ├── Form Created
│ │ ├── Form Deactivated
│ │ ├── Form Expired
│ │ ├── Form Field
│ │ ├── Form Field Type
│ │ │ ├── text
│ │ │ ├── email
│ │ │ ├── select
│ │ │ ├── file_upload
│ │ │ ├── document
│ │ │ └── header
│ │ ├── Form Limits
│ │ ├── Form Logo
│ │ ├── Form Mode
│ │ ├── Form Published
│ │ ├── Form Scope
│ │ │ ├── global
│ │ │ └── organization
│ │ ├── Form Slug
│ │ ├── Form Status
│ │ │ ├── draft
│ │ │ ├── published
│ │ │ ├── expired
│ │ │ └── deactivated
│ │ ├── Form Step
│ │ ├── Form Step Order
│ │ ├── Form Submission
│ │ ├── Post Submit Action
│ │ ├── Processing Log
│ │ ├── Submission Failed
│ │ ├── Submission Processed
│ │ ├── Submission Queued
│ │ ├── Submission Received
│ │ └── Submission Status
│ │ ├── pending
│ │ ├── queued
│ │ ├── processed
│ │ └── failed
│ ├── Custom Forms (customform)
│ ├── Document Builder (docbuilder)
│ │ ├── Adapter Type
│ │ │ ├── mod_customcert
│ │ │ ├── mod_coursecertificate
│ │ │ ├── mod_certificate
│ │ │ ├── mod_simplecertificate
│ │ │ └── native
│ │ ├── Batch Completed
│ │ ├── Batch Started
│ │ ├── Batch Status
│ │ │ ├── created
│ │ │ ├── processing
│ │ │ ├── completed
│ │ │ └── partially_failed
│ │ ├── Batch Target
│ │ ├── Deferred Emission Processed
│ │ ├── Document Emission
│ │ ├── Document Emitted
│ │ ├── Document Invalidated
│ │ ├── Document Template
│ │ ├── Emission Batch
│ │ ├── Emission Context
│ │ │ ├── standalone
│ │ │ └── course
│ │ ├── Emission Deferred
│ │ ├── Emission Metadata
│ │ ├── Emission Status
│ │ │ ├── pending
│ │ │ ├── emitted
│ │ │ ├── invalidated
│ │ │ └── deferred
│ │ ├── Field Source
│ │ │ ├── user_profile
│ │ │ ├── course
│ │ │ ├── system
│ │ │ └── custom
│ │ ├── Template Activated
│ │ ├── Template Archived
│ │ ├── Template Created
│ │ ├── Template Field
│ │ ├── Template Status
│ │ │ ├── draft
│ │ │ ├── active
│ │ │ └── archived
│ │ └── Validation Code
│ ├── Enrolment (enrolment)
│ │ ├── Audit Actor
│ │ ├── Blocking Level
│ │ │ ├── total
│ │ │ ├── course
│ │ │ └── certificate
│ │ ├── Bridge Correlation
│ │ ├── Bridge Execution
│ │ ├── Certificate Metadata
│ │ ├── Certificate Snapshot
│ │ ├── Check Result
│ │ ├── Cleaning Action Log
│ │ ├── Cleaning Operation
│ │ ├── Cleaning Options
│ │ ├── Cleaning Preset
│ │ │ ├── full_clean
│ │ │ ├── partial_clean
│ │ │ └── completion_reset
│ │ ├── Cleaning Snapshot
│ │ ├── Cleaning Target
│ │ ├── Compliance Check Log
│ │ ├── Compliance Deferral
│ │ ├── Compliance Policy
│ │ ├── Compliance Rule
│ │ ├── Compliance Status
│ │ │ ├── pending
│ │ │ ├── compliant
│ │ │ ├── non_compliant
│ │ │ ├── deferred
│ │ │ └── overridden
│ │ ├── Course Enrolment Policy
│ │ ├── Deferral Period
│ │ ├── Enrolment Event Entry
│ │ ├── Enrolment Origin
│ │ │ ├── manual
│ │ │ ├── scheduled
│ │ │ ├── learningpath
│ │ │ └── organization
│ │ ├── Enrolment Period
│ │ ├── Enrolment Record
│ │ ├── Enrolment Status
│ │ │ ├── pending
│ │ │ ├── in_progress
│ │ │ ├── completed
│ │ │ ├── cancelled
│ │ │ ├── expired
│ │ │ ├── suspended
│ │ │ └── reactivated
│ │ ├── Field Reference
│ │ ├── Operation Status
│ │ │ ├── pending
│ │ │ ├── running
│ │ │ ├── completed
│ │ │ └── failed
│ │ ├── Operation Type
│ │ │ ├── individual
│ │ │ ├── bulk
│ │ │ └── scheduled
│ │ ├── Policy Scope
│ │ │ ├── global
│ │ │ └── organization
│ │ ├── Reentry Reason
│ │ │ ├── recycling
│ │ │ ├── manual
│ │ │ ├── progression
│ │ │ └── regularization
│ │ ├── User Compliance
│ │ ├── Validation Pattern
│ │ └── Validity Window
│ ├── Enrolment History (enrolment)
│ ├── Helpdesk (helpdesk)
│ │ ├── CSAT Rating
│ │ ├── CSAT Response
│ │ ├── CSAT Submitted
│ │ ├── Department
│ │ ├── Document Requested
│ │ ├── Escalation Note
│ │ ├── Internal Note
│ │ ├── SLA Breached
│ │ ├── SLA Config
│ │ ├── SLA Status
│ │ ├── Ticket
│ │ ├── Ticket Assigned
│ │ ├── Ticket Closed
│ │ ├── Ticket Context
│ │ ├── Ticket Created
│ │ ├── Ticket Escalated
│ │ ├── Ticket Message
│ │ ├── Ticket Reopened
│ │ ├── Ticket Resolved
│ │ └── Ticket Status
│ │ ├── new
│ │ ├── in_progress
│ │ ├── waiting_response
│ │ ├── resolved
│ │ └── closed
│ ├── Organization (organization)
│ │ ├── Cohort Mapping
│ │ ├── Cohort Mapping Created
│ │ ├── Cohort Mapping Disabled
│ │ ├── Hierarchy Level
│ │ ├── Invite Accepted
│ │ ├── Invite Expired
│ │ ├── Invite Sent
│ │ ├── Invite Status
│ │ │ ├── pending
│ │ │ ├── accepted
│ │ │ ├── expired
│ │ │ └── cancelled
│ │ ├── Job Role
│ │ ├── Job Role Status
│ │ │ ├── active
│ │ │ └── inactive
│ │ ├── Mapping Defaults
│ │ ├── Mapping Status
│ │ │ ├── active
│ │ │ └── disabled
│ │ ├── Member Deactivated
│ │ ├── Member Linked
│ │ ├── Member Received From Cohort
│ │ ├── Member Synced To Cohort
│ │ ├── Member Unlinked
│ │ ├── Members Imported
│ │ ├── Membership Origin
│ │ │ ├── manual
│ │ │ ├── csv
│ │ │ ├── invite
│ │ │ └── cohort_sync
│ │ ├── Membership Period
│ │ ├── Membership Status
│ │ │ ├── active
│ │ │ ├── inactive
│ │ │ └── terminated
│ │ ├── Node Attributes
│ │ ├── Organization
│ │ ├── Organization Created
│ │ ├── Organization Deactivated
│ │ ├── Organization Invite
│ │ ├── Organization Member
│ │ ├── Organization Moved
│ │ ├── Organizational Unit Type
│ │ ├── Role Mapping
│ │ └── Unit Type Label
│ └── Support Center (helpdesk)
│
├── 3. FRAMEWORK ARCHITECTURE
│ ├── Domain Layer
│ │ ├── DTO
│ │ ├── Entity (base)
│ │ ├── Item
│ │ ├── Item Revision
│ │ └── Item Type
│ ├── Exception Hierarchy
│ ├── Infrastructure Layer
│ │ ├── Activity Feed Trackable
│ │ ├── Adapter
│ │ ├── Audit
│ │ │ ├── Audit Diff
│ │ │ └── Audit Snapshot
│ │ ├── Authorizer
│ │ ├── Cached Item Repository
│ │ ├── Config Schema
│ │ ├── File Area
│ │ ├── Global Scope
│ │ ├── HTTP Client
│ │ ├── Import Repository
│ │ ├── Mapper
│ │ ├── Message Service
│ │ ├── Privacy Repository
│ │ ├── Query Builder
│ │ ├── Repository
│ │ ├── Statics Generator
│ │ ├── Support
│ │ └── Transaction Manager
│ ├── Interface Layer
│ │ ├── Block
│ │ ├── Controller
│ │ ├── Dashboard Widget
│ │ ├── External Service
│ │ ├── Field
│ │ │ ├── Condition Operator
│ │ │ └── Field Type
│ │ ├── Form
│ │ ├── Form Renderer
│ │ │ └── Render Target
│ │ ├── Form Request
│ │ ├── HTTP Kernel
│ │ ├── Inertia
│ │ ├── Renderable
│ │ ├── Route
│ │ ├── Validator
│ │ └── Widget
│ ├── Kernel Layer
│ │ ├── Container
│ │ ├── Extension Loader
│ │ ├── Kernel
│ │ └── License Manager
│ ├── Orchestration and Execution
│ │ ├── Command
│ │ ├── Command Bus
│ │ ├── Job
│ │ │ └── Job Attempt
│ │ ├── Result
│ │ ├── Schedule
│ │ └── Service
│ ├── Public API
│ │ ├── Contract
│ │ ├── Extension (base)
│ │ │ ├── native
│ │ │ ├── pro
│ │ │ ├── custom
│ │ │ └── third_party
│ │ └── Facade
│ └── Reactive Mechanism
│ ├── Aggregate Signal
│ ├── Dispatcher
│ ├── Filter
│ ├── Hook
│ ├── Hook Manager
│ ├── Moodle Event Bridge
│ ├── Shortcode
│ └── Signal
│
└── 4. Integration Modes
├── MIDDAG Hooks API
├── MIDDAG Hooks File
└── Third-Party Extensions