chore(work): finish epic dsr-consent-and-cookie-banner

This commit is contained in:
2026-05-20 00:09:29 +02:00
parent a3505f2e69
commit 352a7c64c1
3 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-19T21:56:59.159Z",
"updated_at": "2026-05-19T22:09:30.480Z",
"epics": {
"binder-wrap-helper": {
"status": "done",
@@ -234,7 +234,7 @@
}
},
"dsr-consent-and-cookie-banner": {
"status": "in-progress",
"status": "done",
"title": "DSR + consent abstraction + cookie consent banner — Epic B of ADR-025",
"prd": "docs/work/prds/dsr-consent-and-cookie-banner.prd.md",
"stories": {
@@ -356,10 +356,10 @@
]
},
"11-documentation": {
"status": "todo",
"status": "done",
"title": "Documentation — DSR guide, consent guide, glossary, CLAUDE.md",
"ac_total": 1,
"ac_completed": 0,
"ac_completed": 1,
"depends_on": [],
"blocks": []
}
@@ -568,13 +568,7 @@
}
}
},
"ready": [
{
"epic": "dsr-consent-and-cookie-banner",
"story": "11-documentation",
"title": "Documentation — DSR guide, consent guide, glossary, CLAUDE.md"
}
],
"ready": [],
"blocked": [],
"needs_prd_ship": []
}

View File

@@ -3,7 +3,7 @@ id: 11-documentation
epic: dsr-consent-and-cookie-banner
title: Documentation — DSR guide, consent guide, glossary, CLAUDE.md
type: technical-story
status: todo
status: done
feature: core-shared
depends-on:
[
@@ -13,7 +13,7 @@ depends-on:
]
blocks: []
created: 2026-05-19T12:00:00Z
updated: 2026-05-19T09:55:07.020Z
updated: 2026-05-19T22:09:30.310Z
---
## Goal
@@ -52,4 +52,4 @@ Story 15 in the PRD: a DPO should be able to answer "what data do we hold + how
## Tasks
- [ ] Write `docs/guides/dsr.md` + `docs/guides/consent.md` + `docs/compliance/subject-linkage.example.md` + update `docs/glossary.md` with `SubjectLink`, `DeletionCertificate`, `UserConsentState`, `ConsentChecked` entries + update `CLAUDE.md` (rule count 11 → 12, `requiresConsent` manifest field, updated brand composition order) + update `docs/guides/conformance-quickref.md`; all gates pass.
- [x] Write `docs/guides/dsr.md` + `docs/guides/consent.md` + `docs/compliance/subject-linkage.example.md` + update `docs/glossary.md` with `SubjectLink`, `DeletionCertificate`, `UserConsentState`, `ConsentChecked` entries + update `CLAUDE.md` (rule count 11 → 12, `requiresConsent` manifest field, updated brand composition order) + update `docs/guides/conformance-quickref.md`; all gates pass.

View File

@@ -3,7 +3,7 @@ id: dsr-consent-and-cookie-banner
prd: docs/work/prds/dsr-consent-and-cookie-banner.prd.md
title: DSR + consent abstraction + cookie consent banner — Epic B of ADR-025
type: epic
status: in-progress
status: done
features:
[
core-shared,
@@ -16,7 +16,7 @@ features:
auth,
]
created: 2026-05-19T12:00:00Z
updated: 2026-05-19T21:56:58.992Z
updated: 2026-05-19T22:09:30.310Z
---
## Goal
@@ -39,4 +39,4 @@ Epic A delivered declarative PII inventory + retention + sub-processors. Epic B
- [x] [08 — core-ui scaffold](08-core-ui-scaffold/_story.md)
- [x] [09 — CookieConsentBanner component in core-ui](09-cookie-consent-banner/_story.md)
- [x] [10 — auth signUp anonymous consent migration](10-auth-signup-migration/_story.md)
- [ ] [11 — Documentation: DSR guide + consent guide + glossary + CLAUDE.md](11-documentation/_story.md)
- [x] [11 — Documentation: DSR guide + consent guide + glossary + CLAUDE.md](11-documentation/_story.md)