chore(work): finish 05-backfill-template-collections
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-18T19:18:08.546Z",
|
"updated_at": "2026-05-18T19:21:32.526Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"binder-wrap-helper": {
|
"binder-wrap-helper": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -188,10 +188,10 @@
|
|||||||
"blocks": []
|
"blocks": []
|
||||||
},
|
},
|
||||||
"05-backfill-template-collections": {
|
"05-backfill-template-collections": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Backfill existing template Payload collections with PII and retention metadata",
|
"title": "Backfill existing template Payload collections with PII and retention metadata",
|
||||||
"ac_total": 5,
|
"ac_total": 5,
|
||||||
"ac_completed": 4,
|
"ac_completed": 5,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"06-compliance-generator-scripts"
|
"06-compliance-generator-scripts"
|
||||||
@@ -439,19 +439,11 @@
|
|||||||
"ready": [
|
"ready": [
|
||||||
{
|
{
|
||||||
"epic": "compliance-manifests-pii-retention-subprocessors",
|
"epic": "compliance-manifests-pii-retention-subprocessors",
|
||||||
"story": "05-backfill-template-collections",
|
"story": "06-compliance-generator-scripts",
|
||||||
"title": "Backfill existing template Payload collections with PII and retention metadata"
|
"title": "Compliance generator scripts (emit-data-map, emit-retention-policy, emit-sub-processors, emit-all)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"blocked": [
|
"blocked": [
|
||||||
{
|
|
||||||
"epic": "compliance-manifests-pii-retention-subprocessors",
|
|
||||||
"story": "06-compliance-generator-scripts",
|
|
||||||
"title": "Compliance generator scripts (emit-data-map, emit-retention-policy, emit-sub-processors, emit-all)",
|
|
||||||
"waiting_on": [
|
|
||||||
"compliance-manifests-pii-retention-subprocessors/05-backfill-template-collections"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"epic": "compliance-manifests-pii-retention-subprocessors",
|
"epic": "compliance-manifests-pii-retention-subprocessors",
|
||||||
"story": "07-pre-commit-and-ci-integration",
|
"story": "07-pre-commit-and-ci-integration",
|
||||||
|
|||||||
@@ -3,13 +3,13 @@ id: 05-backfill-template-collections
|
|||||||
epic: compliance-manifests-pii-retention-subprocessors
|
epic: compliance-manifests-pii-retention-subprocessors
|
||||||
title: Backfill existing template Payload collections with PII and retention metadata
|
title: Backfill existing template Payload collections with PII and retention metadata
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: in-progress
|
status: done
|
||||||
feature: auth
|
feature: auth
|
||||||
depends-on:
|
depends-on:
|
||||||
[01-pii-retention-type-primitives, 02-eslint-rule-pii-declaration-complete]
|
[01-pii-retention-type-primitives, 02-eslint-rule-pii-declaration-complete]
|
||||||
blocks: [06-compliance-generator-scripts]
|
blocks: [06-compliance-generator-scripts]
|
||||||
created: 2026-05-18T17:52:09Z
|
created: 2026-05-18T17:52:09Z
|
||||||
updated: 2026-05-18T19:18:08.386Z
|
updated: 2026-05-18T19:21:32.358Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -44,4 +44,4 @@ The generators (Story 06) walk Payload configs to produce `compliance/*.yml`. Wi
|
|||||||
- [x] Add `custom.retention` to `blog` feature's articles collection — all gates pass on this commit.
|
- [x] Add `custom.retention` to `blog` feature's articles collection — all gates pass on this commit.
|
||||||
- [x] Add `custom.retention` to `marketing-pages` feature's site-settings and pages collections — all gates pass on this commit.
|
- [x] Add `custom.retention` to `marketing-pages` feature's site-settings and pages collections — all gates pass on this commit.
|
||||||
- [x] Add `custom.retention` (and `custom.pii` on `uploadedBy` if the field exists) to `media` feature's media collection — all gates pass on this commit.
|
- [x] Add `custom.retention` (and `custom.pii` on `uploadedBy` if the field exists) to `media` feature's media collection — all gates pass on this commit.
|
||||||
- [ ] Add `custom.retention` to `navigation` feature's header collection — all gates pass on this commit.
|
- [x] Add `custom.retention` to `navigation` feature's header collection — all gates pass on this commit.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ status: in-progress
|
|||||||
features:
|
features:
|
||||||
[core-shared, core-eslint, auth, blog, media, marketing-pages, navigation]
|
[core-shared, core-eslint, auth, blog, media, marketing-pages, navigation]
|
||||||
created: 2026-05-18T17:52:09Z
|
created: 2026-05-18T17:52:09Z
|
||||||
updated: 2026-05-18T18:58:23.920Z
|
updated: 2026-05-18T19:21:32.358Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -20,7 +20,7 @@ Ship the declarative compliance manifests + generators so downstream consumers g
|
|||||||
- [x] [02 — ESLint rule pii-declaration-must-be-complete](02-eslint-rule-pii-declaration-complete/_story.md)
|
- [x] [02 — ESLint rule pii-declaration-must-be-complete](02-eslint-rule-pii-declaration-complete/_story.md)
|
||||||
- [x] [03 — ADR-022 amendment and evaluate-library skill update](03-adr-022-amendment-and-evaluate-library-skill/_story.md)
|
- [x] [03 — ADR-022 amendment and evaluate-library skill update](03-adr-022-amendment-and-evaluate-library-skill/_story.md)
|
||||||
- [x] [04 — Background retention purge job in core-shared](04-retention-purge-job/_story.md)
|
- [x] [04 — Background retention purge job in core-shared](04-retention-purge-job/_story.md)
|
||||||
- [ ] [05 — Backfill existing template collections](05-backfill-template-collections/_story.md)
|
- [x] [05 — Backfill existing template collections](05-backfill-template-collections/_story.md)
|
||||||
- [ ] [06 — Compliance generator scripts](06-compliance-generator-scripts/_story.md)
|
- [ ] [06 — Compliance generator scripts](06-compliance-generator-scripts/_story.md)
|
||||||
- [ ] [07 — Pre-commit hook and CI integration](07-pre-commit-and-ci-integration/_story.md)
|
- [ ] [07 — Pre-commit hook and CI integration](07-pre-commit-and-ci-integration/_story.md)
|
||||||
- [ ] [08 — docs/compliance reference files and README](08-docs-compliance-reference-files/_story.md)
|
- [ ] [08 — docs/compliance reference files and README](08-docs-compliance-reference-files/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user