-
Notifications
You must be signed in to change notification settings - Fork 0
reference data models
factory-droid[bot] edited this page Jul 5, 2026
·
1 revision
The main data models live in crates/qa-scribe-core/src/domain and are persisted by crates/qa-scribe-core/src/storage/mod.rs.
| File | Models |
|---|---|
crates/qa-scribe-core/src/domain/session.rs |
Session DTOs, drafts, patches. |
crates/qa-scribe-core/src/domain/entry.rs |
Entry DTOs, drafts, patches, entry types. |
crates/qa-scribe-core/src/domain/attachment.rs |
Attachment DTOs. |
crates/qa-scribe-core/src/domain/finding.rs |
Findings and Evidence links. |
crates/qa-scribe-core/src/domain/draft.rs |
Drafts and Draft kinds. |
crates/qa-scribe-core/src/domain/ai_run.rs |
AI Run metadata and statuses. |
crates/qa-scribe-core/src/domain/settings.rs |
App settings. |
Schema version 7 in crates/qa-scribe-core/src/storage/mod.rs defines tables for Sessions, Entries, Attachments, Findings, Evidence links, Generation contexts, AI Runs, Drafts, and App settings.
src-tauri/src/specta_bindings.rs registers exported types and commands. frontend/src/bindings.ts is the generated frontend representation of this contract.
For concept-level docs, see Primitives.
- QA Scribe
- Download overview video (MP4)
- Architecture
- Getting started
- Glossary
- By the numbers
- Lore
- Fun facts
- Video overview
- How to contribute
- Development workflow
- Testing
- Debugging
- Patterns and conventions
- Tooling
- Applications
- Desktop app
- Smoke harness
- Systems
- Rust core
- Tauri command bridge
- Frontend shell
- Generation jobs
- Provider detection
- Release tooling
- Features
- Session capture
- Rich record editing
- Managed attachments
- AI-assisted Testware
- Settings and provider setup
- Crates
- qa-scribe-core
- qa-scribe-app
- Primitives
- Session
- Entry
- Finding
- Draft
- Evidence
- API
- Tauri commands
- Deployment
- Security
- Background
- Architecture decisions
- Migration context
- Cleanup opportunities
- TODOs and FIXMEs
- Complexity hotspots
- Reference
- Configuration
- Data models
- Dependencies