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

Remove data inconsistency reporting pixels #3795

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

dus7
Copy link
Contributor

@dus7 dus7 commented Jan 13, 2025

Task/Issue URL: https://app.asana.com/0/1205278999335242/1208659901469299/f
Tech Design URL:
CC:

Description:

Removes temporary pixels used for monitoring UserDefaults data inconsistencies.

Steps to test this PR:

  1. Compare with original state of UserDefaults misbehavior monitoring #3510

Definition of Done (Internal Only):

Copy Testing:

  • Use of correct apostrophes in new copy, ie rather than '

Orientation Testing:

  • Portrait
  • Landscape

Device Testing:

  • iPhone SE (1st Gen)
  • iPhone 8
  • iPhone X
  • iPhone 14 Pro
  • iPad

OS Testing:

  • iOS 15
  • iOS 16
  • iOS 17

Theme Testing:

  • Light theme
  • Dark theme

Internal references:

Software Engineering Expectations
Technical Design Template

} else {
return await fetcherStorage.wasAttributionReportSuccessful
}
return await !fetcherStorage.wasAttributionReportSuccessful
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There was a mistake in previous PR - there was no negation (https://github.com/duckduckgo/iOS/pull/3510/files#diff-6fd446bd1dcbca6190f5371b19e0abc7568e824facf0aac081c01e84e034fbcfR44), but assuming attributionReportSuccessfulFileMarker was present at all times it probably wasn't an issue.

@dus7 dus7 requested review from a team, mallexxx and diegoreymendez and removed request for a team and mallexxx January 13, 2025 16:35
@dus7 dus7 marked this pull request as ready for review January 13, 2025 16:35
Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

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

Following the instructions I compared against the original state and it's looking good. Beyond that though the review was limited as there are no other testing instructions.

@dus7 dus7 merged commit f8c1604 into main Jan 15, 2025
28 checks passed
@dus7 dus7 deleted the mariusz/remove-inconsistency-pixels branch January 15, 2025 17:04
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