-
Notifications
You must be signed in to change notification settings - Fork 0
primitives draft
factory-droid[bot] edited this page Jul 5, 2026
·
1 revision
Active contributors: Douwe de Vries, vriesd
A Draft is editable Testware created from a Session. Drafts can be manual or generated, and they preserve provider metadata for generated records.
| File | Purpose |
|---|---|
crates/qa-scribe-core/src/domain/draft.rs |
Draft DTOs, create shapes, patch shapes, and kind values. |
crates/qa-scribe-core/src/services/session_service/drafts.rs |
Draft persistence. |
frontend/src/views/TestwareView.tsx |
Testware draft collection UI. |
frontend/src/views/RecordCollectionView.tsx |
Shared record collection behavior. |
frontend/src/workflows/prefillTemplates.ts |
Prefill templates for manual records. |
Drafts are generated by AI-assisted Testware and edited through 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