Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Comments on Notification system improvements
Parent
Notification system improvements
Issue: Consider the scenario where you post a new question, and five people all write comments or answers on it. Your inbox will then have five notifications in it, one for each new response. You click on one of them at random, and you read that comment. You scroll down and read the other four responses in the thread. You've now read all five responses, but your inbox is still showing four unread notifications.
This is the main issue that I'd like to see fixed: as the system stands currently, the only way to clear out your inbox is to click on each notification individually.
I can see several potential solutions to this:
- Add a "mark as read" button.
- Instead of following the routine
if clicked is true then set read to true
, instead runif viewed is true then set read to true
. - Automatically mark all notifications as read upon clicking on the inbox tab.
- Instead of showing each comment separately, group responses to a single post as
Your question has 5 new responses
.
Post
I've encountered this too and agree that the current behavior leaves room for improvement.
I wouldn't want to see an automatic "dismiss all" action when you look at your notifications. This is what SE does, and if you're active on several sites or just have a lot of stuff come in at once, it's too easy to miss seeing (or see but miss responding to) some of them. I think I would prefer to see them grouped by post (your last option) -- if you're going to read one of the five new comments, you're probably going to read all of them while you're there. Treat that as a group.
Different posts, however, should be different notifications (or notification groups), even if they're all in response to the same thing. If I get several new answers to my question, I want to consider each of them individually, and reviewing one might lead me to check sources or do other investigations before I even look at the next one. "3 answers to your question" should not be a notification group the way "5 comments on your answer" would be.
"Mark all as read" would also be useful to have, and if grouped notifications are too hard then let's at least do that. I'd rather avoid clearing notifications based on what we think the user has seen; who knows whether and how far someone has scrolled the page?
0 comment threads