-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
...ckages/DataBrokerProtection/Sources/DataBrokerProtection/Model/DBPUICommunicationModel.swift
Outdated
Show resolved
Hide resolved
e456339
to
ad9ce10
Compare
f3e3967
to
dfd97aa
Compare
There was a problem hiding this 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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 😅
...ckages/DataBrokerProtection/Sources/DataBrokerProtection/Model/DBPUICommunicationModel.swift
Show resolved
Hide resolved
Closing this PR, let's revisit it later outside the scope of my project. |
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:
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation