# Finding Active contributors: Douwe de Vries, vriesd ## Purpose A Finding is a structured conclusion from testing. It can represent a bug, risk, passed check, failed check, open question, or follow-up action. ## Key source files | 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. | ## Integration points Findings can be created manually or generated through [AI-assisted Testware](features--ai-assisted-testware.md). They use [Evidence](primitives--evidence.md) and [Rich record editing](features--rich-record-editing.md).