Skip to content

Eng 3003 date of birth as Identity#8143

Draft
Vagoasdf wants to merge 14 commits intomainfrom
ENG-3003_date-of-birth-second-setup
Draft

Eng 3003 date of birth as Identity#8143
Vagoasdf wants to merge 14 commits intomainfrom
ENG-3003_date-of-birth-second-setup

Conversation

@Vagoasdf
Copy link
Copy Markdown
Contributor

@Vagoasdf Vagoasdf commented May 8, 2026

Ticket ENG-3003

Description Of Changes

Adding Date of birth as an custom identity, alongisde with a Date Picker component so we can pass it to privacy requests up the line

This is in the context of a custom Dynamics CRM integration that would require a secondary identity besides the email for the cases where multiple contacts share the same email, (I.E a household all inscribed under the same email originally).

Code Changes

  • Adding date as a possible custom field type on clients/privacy-center/components/common/CustomFieldRenderer.tsx
  • Adding validation for date of birth field
  • Adding the field to hooks and types

Steps to Confirm

  1. Include the following on the config.json file of the privacy center, on the identity_inputs for one of the actions:
 "date_of_birth": {
          "label": "Date of Birth",
          "field_type": "date",
          "required": true
        }
  1. Go to the privacy action center
  2. Verify that the date of birth shows on the desired action
  3. Emit an DSR with that action
  4. On the Admin suite, verify that the privacy request shows the date as an identity

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Add a db-migration This indicates that a change includes a database migration label to the entry if your change includes a DB migration
    • Add a high-risk This issue suggests changes that have a high-probability of breaking existing code label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • All UX related changes have been reviewed by a designer
    • No UX review needed
  • Followup issues:
    • Followup issues created
    • No followup issues
  • Database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works
      • If a downgrade migration is not possible for this change, please call this out in the PR description!
    • No migrations
  • Documentation:
    • Documentation complete, PR opened in fidesdocs
    • Documentation issue created in fidesdocs
    • If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • No documentation updates required

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored Preview May 11, 2026 4:35pm
fides-privacy-center Ignored Ignored May 11, 2026 4:35pm

Request Review

@Vagoasdf Vagoasdf changed the title Eng 3003 date of birth second setup Eng 3003 date of birth as Identity May 11, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA f64f4a3.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

  • clients/package-lock.json
  • clients/privacy-center/package.json

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

Title Lines Statements Branches Functions
admin-ui Coverage: 8%
6.68% (3082/46073) 6.04% (1604/26541) 4.67% (636/13617)
fides-js Coverage: 78%
79.51% (2019/2539) 66.24% (1248/1884) 73.31% (349/476)
privacy-center Coverage: 85%
82.53% (364/441) 79.74% (189/237) 74.07% (60/81)

@Vagoasdf Vagoasdf force-pushed the ENG-3003_date-of-birth-second-setup branch from 15046f8 to 9f03f83 Compare May 11, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant