add notices to Crash Stats about email field status
Categories
(Socorro :: Webapp, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
We should add a notice to the top of the Crash Stats site that we no longer collect Email. The short notice should link to a longer explanation somewhere.
This is important to note because it's still in the crash reporter ui, so users could be entering it, but it'll get dropped at ingestion.
Because of this, crash reports submitted after the date we pushed the change out will no longer show up in /profile/ and work with your_crashes and all that.
| Assignee | ||
Comment 1•5 years ago
|
||
Grabbing this to do soon.
I'm thinking I may do the page in-app for now. Maybe this can be the start of "interesting things about fields" page?
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
willkg merged PR #5682: "bug 1692504: add What's New docs section" in 7f80e50.
That adds the explanatory text. Once that goes out, we can add a status message to the site. Status messages are db-driven and created in the admin.
| Assignee | ||
Comment 4•5 years ago
|
||
I checked how many non-MoCo users logged into Crash Stats in the last 6 months (August 2020 to February 2021):
| date | count |
|---|---|
| February 2021 (half month) | 11 |
| January 2021 | 16 |
| December 2020 | 15 |
| November 2020 | 8 |
| October 2020 | 14 |
| September 2020 | 16 |
| August 2020 | 13 |
In the last 6 months, 93 non-MoCo users have logged into Crash Stats.
This is based on the date value in the Last Login field in the auth table.
| Assignee | ||
Comment 5•5 years ago
|
||
Tweaking the scope of this.
I want to add a notice at the top of:
- the "Your Profile" page
- the report view page when
your_crashis True
| Assignee | ||
Comment 6•5 years ago
|
||
| Assignee | ||
Comment 7•5 years ago
|
||
| Assignee | ||
Comment 8•5 years ago
|
||
Pushed this to prod just now in bug #1693162. Marking as FIXED.
Description
•