Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timelineEvents to DBPUIDataBrokerProfileMatch #3535

Closed
wants to merge 4 commits into from

Conversation

quanganhdo
Copy link
Member

Task/Issue URL: https://app.asana.com/0/0/1208663928051298/f
Tech Design URL: https://app.asana.com/0/481882893211075/1208663928051302
CC:

Description:

Replace existing date fields with timelineEvents

Steps to test this PR:

  1. CI passes

Definition of Done:


Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

@quanganhdo quanganhdo changed the base branch from main to anh/pir/resubmit-opt-outs November 12, 2024 00:30
@quanganhdo quanganhdo marked this pull request as ready for review November 12, 2024 03:37
Copy link
Contributor

@THISISDINOSAUR THISISDINOSAUR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you been able to test with FE at all? Is there any impact on performance?

}

if let removedEvent = DBPUITimelineEvent(removedDate: removedDate) {
timelineEvents.append(removedEvent)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I right in thinking that if the entry has been removed, then the timeline will have an estimated removal date event, followed by an actual removed event? Is that what we want?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good point. Logically we shouldn't have the estimated removal date when the profile has been removed 😅

@quanganhdo
Copy link
Member Author

Closing this PR, let's revisit it later outside the scope of my project.

@quanganhdo quanganhdo closed this Nov 15, 2024
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.

2 participants