You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notifications are great, giving a quick link to the issues that has been updated, but when an issue has lots of comments I find myself spending a lot of time scrolling down to get to the latest comment. Would it be possible to link to the latest comment anchor?
(e.g .../issues/184#issuecomment-7758 rather than just .../issues/184)
This is already done in the email notification (#1669) its easy there because each update has its own email, which can contain a specific link.
I guess the problem with the notification in the web fronted is that multiple updates for a single issue are all rolled into one notification. What happens if there is a combination of comments and non-comment updates? Do we:
Link to the top of the issue (as we do now)
Have one notification per update? (bit spammy, do we mark them all read when one is read?)
Link the the first new comment?
Link to the last new comment?
Provide some buttons so the user can choose?
Provide a summary showing the types of updates?
Highlight all the updated elements when loading the issue page?
I see some discussions going on about the notification system over here: #145 but had hoped this could be a quick fix, however upon consideration of the above list it looks like it needs some more thought... hmm... thoughts?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
The notifications are great, giving a quick link to the issues that has been updated, but when an issue has lots of comments I find myself spending a lot of time scrolling down to get to the latest comment. Would it be possible to link to the latest comment anchor?
(e.g
.../issues/184#issuecomment-7758
rather than just.../issues/184
)This is already done in the email notification (#1669) its easy there because each update has its own email, which can contain a specific link.
I guess the problem with the notification in the web fronted is that multiple updates for a single issue are all rolled into one notification. What happens if there is a combination of comments and non-comment updates? Do we:
I see some discussions going on about the notification system over here: #145 but had hoped this could be a quick fix, however upon consideration of the above list it looks like it needs some more thought... hmm... thoughts?
The text was updated successfully, but these errors were encountered: