chore(work): tick task in 05-backfill-template-collections
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-18T18:58:24.087Z",
|
"updated_at": "2026-05-18T19:05:31.447Z",
|
||||||
"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": "todo",
|
"status": "in-progress",
|
||||||
"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": 0,
|
"ac_completed": 1,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"06-compliance-generator-scripts"
|
"06-compliance-generator-scripts"
|
||||||
|
|||||||
@@ -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: todo
|
status: in-progress
|
||||||
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-18T18:06:15.725Z
|
updated: 2026-05-18T19:05:31.288Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -40,7 +40,7 @@ The generators (Story 06) walk Payload configs to produce `compliance/*.yml`. Wi
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Add `custom.pii` (`displayName` as `identification-username`) + `custom.retention` (daily purge, 30-day post-deletion hard-delete) to `auth` feature's Payload users collection — `PAYLOAD_AUTH_PII_DEFAULTS` covers email/credentials — all gates pass on this commit.
|
- [x] Add `custom.pii` (`displayName` as `identification-username`) + `custom.retention` (daily purge, 30-day post-deletion hard-delete) to `auth` feature's Payload users collection — `PAYLOAD_AUTH_PII_DEFAULTS` covers email/credentials — all gates pass on this commit.
|
||||||
- [ ] Add `custom.retention` to `blog` feature's articles collection — all gates pass on this commit.
|
- [ ] Add `custom.retention` to `blog` feature's articles collection — all gates pass on this commit.
|
||||||
- [ ] Add `custom.retention` to `marketing-pages` feature's site-settings and pages collections — all gates pass on this commit.
|
- [ ] Add `custom.retention` to `marketing-pages` feature's site-settings and pages collections — all gates pass on this commit.
|
||||||
- [ ] 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` (and `custom.pii` on `uploadedBy` if the field exists) to `media` feature's media collection — all gates pass on this commit.
|
||||||
|
|||||||
Reference in New Issue
Block a user