-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MBL-1143] Delete ProjectDescriptionViewController #1918
Conversation
Generated by 🚫 Danger |
978fc54
to
f4c18c5
Compare
f4c18c5
to
40b3bf1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1918 +/- ##
==========================================
- Coverage 83.75% 83.74% -0.01%
==========================================
Files 1223 1220 -3
Lines 111811 111299 -512
Branches 29750 29610 -140
==========================================
- Hits 93642 93206 -436
+ Misses 17147 17074 -73
+ Partials 1022 1019 -3 ☔ View full report in Codecov by Sentry. |
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.
Awesome cleanup. Played around in the simulator for a bit and didn't notice any visible changes 👍
📲 What
The ProjectDescriptionViewController is one of our old web views - it's no longer needed now that the project page has a campaign tab. In order to delete the class, old references to it are removed and surrounding code cleaned up
Note that this pr is probably easiest to review commit by commit - each commit stands alone and it makes it easier to keep track of changes. Also, the screenshots look identical but are just different enough that they needed to be re-recorded.
The project faq deeplink will now simply open the project page.
👀 See
JIRA
✅ Acceptance criteria