Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track read/unread state of discussions and expose in UI #63

Open
ewinslow opened this issue Aug 12, 2015 · 2 comments
Open

Track read/unread state of discussions and expose in UI #63

ewinslow opened this issue Aug 12, 2015 · 2 comments
Labels

Comments

@ewinslow
Copy link
Contributor

It would be nice to see at a glance which new discussions are available.

One rub that I've noticed with other forum stuff though is that if you read a discussion in email it still shows as unread in the web view. I'd want to send a tiny 1x1 IMG tag or something that marks the comment/discussion as read when you open the email so that it stays in sync when you come to the web view.

Could say the same for blogs plugin comments, etc. Really any entity that is "post-like" with readable content.

@hypeJunction
Copy link
Contributor

Read a great suggestion somewhere that instead of implementing complex db
solutions people should go back to using :visited style and marking
visited links in different color.
On Aug 13, 2015 1:48 AM, "Evan Winslow" [email protected] wrote:

It would be nice to see at a glance which new discussions are available.

One rub that I've noticed with other forum stuff though is that if you
read a discussion in email it still shows as unread in the web view. I'd
want to send a tiny 1x1 IMG tag or something that marks the
comment/discussion as read when you open the email so that it stays in sync
when you come to the web view.

Could say the same for blogs plugin comments, etc. Really any entity that
is "post-like" with readable content.


Reply to this email directly or view it on GitHub
#63.

@ewinslow
Copy link
Contributor Author

Clever, and generally I agree, but it doesn't address the issue of unread comments in a previously visited discussion page. Also, I want a way to mark as read a comment or discussion sent/read via email notification, not just visited on browser.

All that to say, yea, we shouldn't be overriding the :visited style of links. It's a usability accessibility thing....

@ewinslow ewinslow added the ux label Aug 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants