Wiki source code of Diagrams
Version 1.1 by Robert Schaub on 2026/01/20 21:40
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | = Diagrams = |
| 2 | |||
| 3 | This section contains visual representations of the FactHarbor system architecture. | ||
| 4 | |||
| 5 | {{info}} | ||
| 6 | All diagrams use **Mermaid syntax** for maintainability. Each diagram indicates whether it shows **current implementation** or **target architecture**. | ||
| 7 | {{/info}} | ||
| 8 | |||
| 9 | == Core Architecture (v2.6.33 - Implemented) == | ||
| 10 | |||
| 11 | |= Diagram |= Description |= Status | ||
| 12 | | [[High-Level Architecture>>FactHarbor.Specification.Diagrams.High-Level Architecture.WebHome]] | Two-service architecture (Next.js + .NET) | Current | ||
| 13 | | [[AKEL Triple-Path Architecture>>FactHarbor.Specification.Diagrams.AKEL Architecture.WebHome]] | Triple-Path pipeline design | Current | ||
| 14 | | [[Core Data Model ERD>>FactHarbor.Specification.Diagrams.Core Data Model ERD.WebHome]] | JSON blob data model | Current | ||
| 15 | | [[Storage Architecture>>FactHarbor.Specification.Diagrams.Storage Architecture.WebHome]] | SQLite storage | Current | ||
| 16 | | [[LLM Abstraction>>FactHarbor.Specification.Diagrams.LLM Abstraction Architecture.WebHome]] | AI SDK multi-provider | Current | ||
| 17 | |||
| 18 | == Workflows (v2.6.33 - Implemented) == | ||
| 19 | |||
| 20 | |= Diagram |= Description |= Status | ||
| 21 | | [[Claim Analysis Workflow>>FactHarbor.Specification.Diagrams.Claim and Scenario Workflow.WebHome]] | Understanding to Research to Verdict | Current | ||
| 22 | | [[Evidence and Verdict>>FactHarbor.Specification.Diagrams.Evidence and Verdict Workflow.WebHome]] | 7-point verdict scale | Current | ||
| 23 | | [[Quality Gates>>FactHarbor.Specification.Diagrams.Quality and Audit Workflow.WebHome]] | Gates 1 and 4 | Current | ||
| 24 | |||
| 25 | == Target Architecture (Future) == | ||
| 26 | |||
| 27 | |= Diagram |= Description |= Status | ||
| 28 | | [[Audit Trail ERD>>FactHarbor.Specification.Diagrams.Audit Trail ERD.WebHome]] | Entity versioning | Future | ||
| 29 | | [[Versioning Architecture>>FactHarbor.Specification.Diagrams.Versioning Architecture.WebHome]] | Edit history and restore | Future | ||
| 30 | | [[Human User Roles>>FactHarbor.Specification.Diagrams.Human User Roles.WebHome]] | User role hierarchy | Future | ||
| 31 | | [[User Class Diagram>>FactHarbor.Specification.Diagrams.User Class Diagram.WebHome]] | User class structure | Future | ||
| 32 | | [[Technical Users>>FactHarbor.Specification.Diagrams.Technical and System Users.WebHome]] | System services | Future | ||
| 33 | | [[Federation Architecture>>FactHarbor.Specification.Diagrams.Federation Architecture.WebHome]] | Multi-instance sync | Future (V1.0+) | ||
| 34 | |||
| 35 | == Design Philosophy == | ||
| 36 | |||
| 37 | |= Diagram |= Description |= Status | ||
| 38 | | [[Manual vs Automated Matrix>>FactHarbor.Specification.Diagrams.Manual vs Automated matrix.WebHome]] | Human vs AKEL responsibilities | Design | ||
| 39 | |||
| 40 | == Roadmap == | ||
| 41 | |||
| 42 | |= Diagram |= Description |= Status | ||
| 43 | | [[Automation Level>>FactHarbor.Specification.Diagrams.Automation Level.WebHome]] | Maturity progression (Current: POC) | Roadmap | ||
| 44 | | [[Automation Roadmap>>FactHarbor.Specification.Diagrams.Automation Roadmap.WebHome]] | QA evolution | Roadmap | ||
| 45 | |||
| 46 | [[Back to Specification>>FactHarbor.Specification.WebHome]] |