Skip to content

systems

Douwe de Vries edited this page Jul 2, 2026 · 2 revisions

Systems

Active contributors: Douwe de Vries

Systems are internal building blocks that support the apps and features. The core pattern is a shared Rust workflow layer surrounded by runtime adapters.

Systems map

System Page Main paths
Shared backend workflows Shared backend workflows src/backend/workflow.rs, src/backend/requests.rs
Session store Session store src/backend/store.rs, src/backend/session.rs
Comparison engine Comparison engine src/comparison/
Data loading and JSON fields Data loading and JSON fields src/data/
Persistence and export Persistence and export src/backend/pair_order.rs, src/backend/persistence/v1/mod.rs, src/data/export.rs
Frontend workflow Frontend workflow frontend/src/hooks/, frontend/src/components/
Transport parity Transport parity src/api/app.rs, src-tauri/src/main.rs, frontend/src/services/

Feature-level flows are documented in features. Data types are documented in primitives.

Clone this wiki locally