Automattic / Automattic/jetpack
My Jetpack: Notify about Identity Crisis
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
We currently [hide core's notices with css](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/my-jetpack/_inc/style.module.scss#L17-L21) in My Jetpack.
We should detect this condition (IDC), probably inform through the [global notices mechanism](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx#L16), and offer a modal with notices resembling the current one in Jetpack.
The notice currently looks like this:

Notices in My Jetpack look like this

Contributor guide
Research direction
Read projects/packages/my-jetpack/_inc/style.module.scss around the core-notice hiding rules and projects/packages/my-jetpack/_inc/components/my-jetpack-screen/index.jsx around the global notices mechanism. Determine how the identity-crisis condition can be detected and how a modal resembling the current Jetpack notice should appear; done means My Jetpack informs users instead of silently hiding core notices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, sass, wordpress
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100