# Entry Active contributors: Douwe de Vries, vriesd ## Purpose An Entry is raw testing material captured during a Session. Current UI centers on note-style Entries, and the domain also represents observations, API responses, logs, and possible findings. ## Key source files | File | Purpose | | --- | --- | | `crates/qa-scribe-core/src/domain/entry.rs` | Entry DTOs, drafts, patches, and entry type values. | | `crates/qa-scribe-core/src/services/session_service/entries.rs` | Entry persistence and validation. | | `src-tauri/src/commands/entries.rs` | Entry bridge commands. | | `frontend/src/views/SessionEditorView.tsx` | Note Entry editing. | ## Integration points Entries feed [AI-assisted Testware](features--ai-assisted-testware.md) through Generation Contexts and can become [Evidence](primitives--evidence.md) for [Findings](primitives--finding.md).