Edit; added a bounty

  • to indicate how useful I think it would be
  • to see if anyone else has ideas on how to avoid missed comments, without needing extra work
  • because rep is arbitrary > 10k ;-p

In addition, I suspect that at the moment it is easy to completely miss a reply (i.e. not have it ever appear on screen) when:

  • you get lots of comments in a short interval
  • the odd time glitch between "today", and the default time interval when using the envelope


Occasionally, I'll revisit a post (for example, a new comment arrives, or I see a vote on an old post), and I'll see comments (perhaps from the OP) that I've never seen. And I check my "new replies" button regularly, so it isn't for want of trying.

So I'm missing comments, and so not adding requested info - such as here.

How about we just add a bit flag to the posts/comments table, meaning that the reply has been read by the owner. For comments and replies to questions "owner" means the OP; for comments on answers, "owner" means the answerer. These would then appear in bold (emph just in case you've forgotten what that looks like ;-p) on the replies screen, which ideally would have an "unread replies" view, rather than just a date-based view.

This would also help when taking breaks ;-p Obviously there would need to be a way to dismiss it. And if anyone doesn't want to use this mode, they wouldn't have to. Also; all existing posts would have to be marked as read, for obvious reasons.

Note that this is different to this possible dup, as it is entirely about the replies to the owner of a question/answer; like the existing "new replies" screen. The other thread seems more about bookmarks etc. This would also go a long way to addressing this one (which IMO still isn't really "completed").

link|improve this question

1  
Like this idea, but as always, adding features is more complicated then it seems – Casebash Oct 29 '09 at 7:31
3  
(cheers for fixing my broken link...) – Marc Gravell Oct 29 '09 at 7:51
(You are always welcome, Marc :) – Ladybug Killer Oct 29 '09 at 8:21
I completely agree with Marc on this one. This has happened to me too, and I think the concept of unread comments is certainly a possible solution to the problem - albeit one that may require "a little" work.. – Miky D Oct 31 '09 at 15:44
feedback

2 Answers

up vote 3 down vote accepted
+550

Occasionally, I'll revisit a post (for example, a new comment arrives, or I see a vote on an old post), and I'll see comments (perhaps from the OP) that I've never seen. And I check my "new replies" button regularly, so it isn't for want of trying.

Probably because the old replies page had bugs the size of small planets in it related to how dates (and even the underlying SQL) were handled. It was really, really bad. Kind of disgraceful, actually. Let me give you an example: the userid parameter was accidentally hard-coded in one of the queries. And that was just one of many mistakes. Yeah. It was bad.

Now that those bugs have been fairly definitively fixed (as of.. 1 week ago? 2 weeks ago? recently, anyway, I don't see how you could miss a comment reply, since the reply viewer is date-based.

Comments have dates, the replies viewer uses dates. So unless dates are broken...

link|improve this answer
2  
I can't say for sure, but I suspect (from repeated use) that there is still a glitch in the date that gets used when coming in from the envelope and stepping through (i.e. nothing gets displayed until I click "today", even though there are new comments), but thanks for the frank reply. And raspberries for the declined ;-p (but friendly raspberries...) – Marc Gravell Nov 1 '09 at 21:00
feedback

There are two issues here:

  1. There may be a bug in the way 'replies' are handled.
  2. There may be a misunderstanding of what constitutes a reply.

Your feature request is great; but if your anecdote is accurate and there isn't a misunderstanding of what constitutes a reply, then there necessarily must be a bug in the reply system.

Here's how I think replies ought to operate.

If one of the following things is true; the person should receive a reply:

 a. If someone comments on their answer.
 b. If they comment on someone else's question and a comment is posted below their comment (in time order)
 c. If someone comments on their question.
 d. If someone comments where they left a comment. (catch all)

Simply: I should see replies any time I participate in a post.

link|improve this answer
1  
How do items b and d differ? – Ether Nov 1 '09 at 2:11
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged