-
Notifications
You must be signed in to change notification settings - Fork 178
Suggestion for notification circle color (change to red if contains new order notification) #1736
Comments
We've discussed giving more control over notifications e.g. turning certain types off. That may alleviate some of the problem, but we may also want to consider grouping notifications types into sections within the notification tray. That would enable you to quickly see latest orders, followers, comments, etc nicely grouped into sections instead of having to scroll through one general list. |
@morebrownies even better. |
(thinking out loud) Assuming you want to allow lazy loading on new tabs, paginating presents a lot of interesting challenges to making this happen. Option A: This has some downsides: 1.) Inconsistent page sizes. After one scroll, only 3 of the returned notifications may be for order, whereas after another scroll 6 of them may be for orders. 2.) Similarly, it's possible none of the notifications returned are for order, in which case the user would see a spinner and when it goes away, no new notifications are displayed. This could happen a number of times in a row. Also, there may be no notifications left for order in any of the remaining pages, but the client has no way of knowing this. So, the user would just keep getting the spinner when they scrolled down. Option B: Option C: |
I think the best option would be to update the API to return notifications by type. @cpacia any thoughts? |
I get a lot of notifications (mostly follow notifications). This causes me to miss the most important notifications (new orders). Would it be possible to change the color of the notification circle (top left with the number in it) to red if it contains at least 1 new order notification?
Ran this suggestion by DrWasho who liked it. Adding it here in case he's forgotten about it.
The text was updated successfully, but these errors were encountered: