Changes for page Review & Data Use
Last modified by Robert Schaub on 2026/02/08 08:26
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,6 @@ 1 1 = Review & Data Use = 2 - 3 3 This page describes the Review & Data Use model, defining User roles and how review actions are logged. 4 - 5 5 == 1. User & Role Concepts == 6 - 7 7 * **USER**: Base entity for all users (human or technical). 8 8 * **TECHNICAL_USER**: Strictly technical identities (services, federation components, background jobs). 9 9 * **CONTRIBUTING_USER**: Users that can contribute content (claims, scenarios, evidence). ... ... @@ -12,23 +12,15 @@ 12 12 ** **EXPERT**: Contributor with domain‑specific expertise / higher authority. 13 13 * **FEDERATION_NODE**: Technical entity representing a participating node in the federation. 14 14 * **FEDERATION_ADMIN**: Administers one or more federation nodes; not necessarily a content contributor. 15 - 16 16 == 2. Review Actions == 17 - 18 18 The system logs every significant action: 19 - 20 20 * **REVIEW_ACTION** logs *who* did *what* on *which* versioned entity. 21 21 * Fields: ``ReviewActionID``, ``UserID``, ``EntityType``, ``EntityVersionID``, ``ActionType``, ``Timestamp``. 22 22 * Each entry targets a specific **VERSIONED** entity (e.g., ClaimVersion, ScenarioVersion). 23 23 * **Claim Clusters** may also be targets of review actions (e.g., curation or moderation). 24 - 25 25 == 3. Review & Data Use ERD == 26 - 27 27 === 3.1 User Roles === 28 - 29 -{{include reference="Archive.FactHarbor.Specification.Diagrams.Human User Roles.WebHome"/}} 30 -{{include reference="Archive.FactHarbor.Specification.Diagrams.Technical and System Users.WebHome"/}} 31 - 20 +{{include reference="FactHarbor.Specification.Diagrams.Human User Roles.WebHome"/}} 21 +{{include reference="FactHarbor.Specification.Diagrams.Technical and System Users.WebHome"/}} 32 32 == 4. User Class Diagram == 33 - 34 34 {{include reference="FactHarbor.Specification.Diagrams.User Class Diagram.WebHome"/}}