-
Notifications
You must be signed in to change notification settings - Fork 3
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
系统通知的优化 #12
Labels
Comments
现在就是点开直接跳到每个楼层,但是有一个小 bug 是 anchor 形如 "#{楼层}",这样删掉第4楼以后原来指向第5楼的 anchor 就指向第6楼了。 |
@zhzhzoo 所以anchor应该用pid来标记,这样就唯一了。我觉得把楼层顺序写死不是一个好的做法……同时遇到的还有read/reply这个,应该在每次有人点击这个帖子的时候刷新一下。 |
还有一个问题 就是系统怎么mark一个通知为已读? |
@goodman-capu 加个 api 吧。。。 |
现有的措施好像是一旦进入个人中心就把所有通知都mark已读。。。 |
@goodman-capu 啊原来是这样。。。感觉很科学啊。。。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
觉得现在的通知系统还是比较残……
我们可以每个楼层给一个anchor然后点击通知之后直接跳到相应的楼层~
以及,同一帖子的多个通知可以合并成一个吧~比如:
这个样子~
The text was updated successfully, but these errors were encountered: