Badge with number of unread messages
Offen
enhancement
- Vorherrschende Sprache
- JavaScript
- Sterne
- 30
- Forks
- 9
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Somehow determine if a message has been read. We can maybe do this by seeing if it got mounted.
Then just display a badge with the number of unread messages.
We could store the number of unread messages in redux, increment it when a message is received and then decrement it when the message gets rendered.
Beitragsleitfaden
Rechercherichtung
The issue does not name files or tests. Start by locating the message-rendering component and the Redux message-handling entry point; determine how received messages become read, then verify that the badge count updates when messages arrive and render.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, react, redux
- Bereich
- frontend
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100