obsidian-matas/11_TEMPLATES/tmpl_product_series.md
2026-05-07 16:23:09 +02:00

47 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
type: product
product_id: M1234
customer:
- - <Customer>
active: false
variants:
- M1234A
- M1234B
- M1234C
primary_fixture:
- - T1234A
---
# M1234 — Product series (Customer: <Customer>)
## Definition of “good” (pass intent)
- <15 bullets only; what you actually guarantee>
## Variant differences (only what impacts test)
- M1234B: <difference that matters to test>
- M1234C: <difference that matters to test>
## Test ecosystem
### Fixtures
- BoN: [[T1234A]]
- (add more fixtures/stages as needed)
### Tooling / suites
- TestTrack suite: `<path>`
- Repo(s): `<path>`
## Top failure modes (max 5)
- Failure → likely cause → first check → evidence/worklog link
## Change control
- Small limit/teststep change: TaskNote + link MR/commit
- New variant support or major coverage change: new project `07_PROJECTS/PRJ - M1234 - <Change>.md`
## Active work (TaskNotes)
- Use TaskNotes/Bases view filtered by:
- `product = [[M1234]]` AND `status != done` AND `status != cancelled`
## Links
- Customer hub: [[<Customer>]]
- Worklog (key incidents): [[...]]
- Reference: [[08_REFERENCE/Products/<...>]]