Skip to content

primitives entry

factory-droid[bot] edited this page Jul 5, 2026 · 1 revision

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 through Generation Contexts and can become Evidence for Findings.

Clone this wiki locally