-
Notifications
You must be signed in to change notification settings - Fork 2
Specs M4 Risks EBIOS RM Workshop Progress
Claude edited this page Aug 28, 2026
·
1 revision
risks.models.ebios.workshop_progress.EbiosWorkshopProgress
Per-workshop progress tracker. 6 instances created automatically per assessment (W0 to W5). Reference prefix: EWSP.
Per-workshop progress tracker. 6 instances created automatically per assessment (W0 to W5).
| Field | Type | Constraints | Description |
|---|---|---|---|
id |
UUID | PK, auto | Unique identifier |
assessment_id |
relation | FK -> RiskAssessment, required | Parent assessment |
reference |
string | required, unique, prefix EWSP | Code (e.g. EWSP-1) |
workshop_number |
integer | required, 0 to 5 | Workshop number |
iteration_type |
enum | required |
strategic, operational
|
iteration_number |
integer | required, >= 1 | Cycle iteration number |
status |
enum | required |
not_started, in_progress, under_review, validated, rejected
|
started_at |
datetime | optional | Start date |
validated_by_id |
relation | FK -> User, optional | Validator |
validated_at |
datetime | optional | Validation date |
rejection_reason |
text | optional | Rejection reason (if status = rejected) |
deliverables_summary |
text | optional | Summary of the deliverables produced |
attachments |
M2M -> File | optional | Attachments (workshop reports) |
notes |
text | optional | Facilitator notes |
created_by, created_at, updated_at
|
- | auto | Standard |
Uniqueness constraint:
(assessment_id, workshop_number, iteration_type, iteration_number).
Built from docs/ at v0.36.0. Edits made here are overwritten by the next release : open a pull request against the source instead.
- Administration
- Ask Cairn
- Assets and suppliers
- Compliance
- The dashboard
- Finding your way
- Getting started
- Incidents
- How records move
- Organisational context
- Reports and management review
- Risks
- Trust Center
- Architecture
- Configuration
- Contributing
- The documentation system
- Installation
- Internationalisation
- Operations
- Release process
- Security
- Testing
- Adding an assistant provider
- Adding a dashboard widget
- Adding a domain entity
- Declaring a lifecycle
- Adding an MCP tool
- Adding a REST endpoint
- Adding a report
- Interface conventions
- Dashboard widgets
- Lifecycles
- MCP tools
- MCP tool parameters : Assets
- MCP tool parameters : Compliance
- MCP tool parameters : Governance and context
- MCP tool parameters : General
- MCP tool parameters : Incidents
- MCP tool parameters : Reports and management review
- MCP tool parameters : Risks
- MCP tool parameters : System and administration
- MCP tool parameters : Trust Center
- Management commands
- Models
- Permissions
- REST endpoints
- Environment variables
- MCP server
- REST API
- Assistant module (Ask Cairn)
- Module 0: User Management and Access Control
- Module 1: Context and Organization
- Module 2: Asset Management
- Module 3: Compliance
- Module 4: Risk Management
- Module 4 bis - EBIOS Risk Manager
- Module 5 : Trust Center
- Module 6 : Security Incident Management
- Management review : ISO 27001:2022 compliance (clause 9.3)