-
Notifications
You must be signed in to change notification settings - Fork 0
primitives finding
factory-droid[bot] edited this page Jul 5, 2026
·
1 revision
Active contributors: Douwe de Vries, vriesd
A Finding is a structured conclusion from testing. It can represent a bug, risk, passed check, failed check, open question, or follow-up action.
| File | Purpose |
|---|---|
crates/qa-scribe-core/src/domain/finding.rs |
Finding DTOs, drafts, patches, kind values, and evidence link types. |
crates/qa-scribe-core/src/services/session_service/findings.rs |
Finding persistence and evidence validation. |
src-tauri/src/commands/findings.rs |
Finding bridge commands. |
frontend/src/views/FindingsView.tsx |
Findings collection UI. |
frontend/src/views/RichRecordView.tsx |
Shared record editor used by Findings. |
Findings can be created manually or generated through AI-assisted Testware. They use Evidence and Rich record editing.
- 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