chore(work): decompose dsr-consent-and-cookie-banner epic
Generated 1 epic + 11 stories under docs/work/epics/ from the approved PRD docs/work/prds/dsr-consent-and-cookie-banner.prd.md. Stories cover subject-linkage types, ADR-018 audit enum amendment, core-consent foundation + impl + react, core-dsr (4 interfaces), core-api router composition, core-ui scaffold + CookieConsentBanner, auth signup migration, and documentation. Ready for `pnpm work dispatch --execute`.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"updated_at": "2026-05-19T09:41:27.367Z",
|
||||
"updated_at": "2026-05-19T09:55:07.388Z",
|
||||
"epics": {
|
||||
"binder-wrap-helper": {
|
||||
"status": "done",
|
||||
@@ -233,6 +233,138 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"dsr-consent-and-cookie-banner": {
|
||||
"status": "in-progress",
|
||||
"title": "DSR + consent abstraction + cookie consent banner — Epic B of ADR-025",
|
||||
"prd": "docs/work/prds/dsr-consent-and-cookie-banner.prd.md",
|
||||
"stories": {
|
||||
"01-subject-linkage-types": {
|
||||
"status": "in-progress",
|
||||
"title": "Subject-linkage types in core-shared",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [],
|
||||
"blocks": [
|
||||
"02-audit-enum-amendment"
|
||||
]
|
||||
},
|
||||
"02-audit-enum-amendment": {
|
||||
"status": "todo",
|
||||
"title": "Audit action enum amendment (ADR-018)",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"01-subject-linkage-types"
|
||||
],
|
||||
"blocks": [
|
||||
"03-core-consent-foundation",
|
||||
"06-core-dsr"
|
||||
]
|
||||
},
|
||||
"03-core-consent-foundation": {
|
||||
"status": "todo",
|
||||
"title": "core-consent foundation — types, brand, withConsent wrapper, conformance extension, ESLint rule",
|
||||
"ac_total": 2,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"02-audit-enum-amendment"
|
||||
],
|
||||
"blocks": [
|
||||
"04-core-consent-implementation"
|
||||
]
|
||||
},
|
||||
"04-core-consent-implementation": {
|
||||
"status": "todo",
|
||||
"title": "core-consent implementation — Payload impl, DI binders, migration helpers, tRPC router",
|
||||
"ac_total": 3,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"03-core-consent-foundation"
|
||||
],
|
||||
"blocks": []
|
||||
},
|
||||
"05-core-consent-react": {
|
||||
"status": "todo",
|
||||
"title": "core-consent React subpath — ConsentProvider + useConsent()",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"04-core-consent-implementation"
|
||||
],
|
||||
"blocks": [
|
||||
"09-cookie-consent-banner"
|
||||
]
|
||||
},
|
||||
"06-core-dsr": {
|
||||
"status": "todo",
|
||||
"title": "core-dsr — scaffold, interfaces, Payload impls, recording doubles, handlers, dsrRouter",
|
||||
"ac_total": 3,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"02-audit-enum-amendment"
|
||||
],
|
||||
"blocks": [
|
||||
"07-core-api-router-composition"
|
||||
]
|
||||
},
|
||||
"07-core-api-router-composition": {
|
||||
"status": "todo",
|
||||
"title": "core-api router composition — dsrRouter + consentRouter into appRouter",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"04-core-consent-implementation",
|
||||
"06-core-dsr"
|
||||
],
|
||||
"blocks": [
|
||||
"11-documentation"
|
||||
]
|
||||
},
|
||||
"08-core-ui-scaffold": {
|
||||
"status": "todo",
|
||||
"title": "core-ui scaffold",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [],
|
||||
"blocks": [
|
||||
"09-cookie-consent-banner"
|
||||
]
|
||||
},
|
||||
"09-cookie-consent-banner": {
|
||||
"status": "todo",
|
||||
"title": "CookieConsentBanner component in core-ui",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"05-core-consent-react",
|
||||
"08-core-ui-scaffold"
|
||||
],
|
||||
"blocks": [
|
||||
"11-documentation"
|
||||
]
|
||||
},
|
||||
"10-auth-signup-migration": {
|
||||
"status": "todo",
|
||||
"title": "auth signUp anonymous consent migration",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [
|
||||
"04-core-consent-implementation"
|
||||
],
|
||||
"blocks": [
|
||||
"11-documentation"
|
||||
]
|
||||
},
|
||||
"11-documentation": {
|
||||
"status": "todo",
|
||||
"title": "Documentation — DSR guide, consent guide, glossary, CLAUDE.md",
|
||||
"ac_total": 1,
|
||||
"ac_completed": 0,
|
||||
"depends_on": [],
|
||||
"blocks": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"library-evaluation-policy": {
|
||||
"status": "done",
|
||||
"title": "Library evaluation policy — skill, traces, enforcement stack",
|
||||
@@ -436,7 +568,90 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ready": [],
|
||||
"blocked": [],
|
||||
"ready": [
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "01-subject-linkage-types",
|
||||
"title": "Subject-linkage types in core-shared"
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "08-core-ui-scaffold",
|
||||
"title": "core-ui scaffold"
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "11-documentation",
|
||||
"title": "Documentation — DSR guide, consent guide, glossary, CLAUDE.md"
|
||||
}
|
||||
],
|
||||
"blocked": [
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "02-audit-enum-amendment",
|
||||
"title": "Audit action enum amendment (ADR-018)",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/01-subject-linkage-types"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "03-core-consent-foundation",
|
||||
"title": "core-consent foundation — types, brand, withConsent wrapper, conformance extension, ESLint rule",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/02-audit-enum-amendment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "04-core-consent-implementation",
|
||||
"title": "core-consent implementation — Payload impl, DI binders, migration helpers, tRPC router",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/03-core-consent-foundation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "05-core-consent-react",
|
||||
"title": "core-consent React subpath — ConsentProvider + useConsent()",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/04-core-consent-implementation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "06-core-dsr",
|
||||
"title": "core-dsr — scaffold, interfaces, Payload impls, recording doubles, handlers, dsrRouter",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/02-audit-enum-amendment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "07-core-api-router-composition",
|
||||
"title": "core-api router composition — dsrRouter + consentRouter into appRouter",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/04-core-consent-implementation",
|
||||
"dsr-consent-and-cookie-banner/06-core-dsr"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "09-cookie-consent-banner",
|
||||
"title": "CookieConsentBanner component in core-ui",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/05-core-consent-react",
|
||||
"dsr-consent-and-cookie-banner/08-core-ui-scaffold"
|
||||
]
|
||||
},
|
||||
{
|
||||
"epic": "dsr-consent-and-cookie-banner",
|
||||
"story": "10-auth-signup-migration",
|
||||
"title": "auth signUp anonymous consent migration",
|
||||
"waiting_on": [
|
||||
"dsr-consent-and-cookie-banner/04-core-consent-implementation"
|
||||
]
|
||||
}
|
||||
],
|
||||
"needs_prd_ship": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user