-
Notifications
You must be signed in to change notification settings - Fork 41
Notifications UI
sushma16 edited this page Oct 1, 2018
·
10 revisions
- The link to a graph in a notification will take you to the graph.
- The link to a user will take you to the user's profile.
- A notification with a check means that it is unread.
- A notification without a check means that is read.
- Notifications will be marked as "Read" when the user clicks on them, the check box will disappear.
- Unread Notifications will be displayed in this form with groups listed on the left hand side.
- The number next to the group in parenthesis is the number of unread notifications for that group.
- The groups will be ordered in the following order:
- Groups that you are an owner of, listed in alphabetical order.
- Groups that you are a member of, listed alphabetically by the user that owns the groups. If the same user owns multiple groups, then the groups will be listed alphabetically.
- My Public Graphs will be shown at the bottom.
- The Notifications will be shown in a table (Bootstrap Table). This can change, but the table is easy to implement.
- The All Notifications page will show all notifications in the same order as explained above.
- Shows a minimum number of notifications (the UI shows 5, but this will probably change) in a table. If there are more than the minimum number of notifications, a button to see the next notifications will appear.
- Mark All As Read marks all the notifications in that particular group as read.
- All activity by the user will be shown in an activity log page that stores all activity in a table.