Warning icon on Avatar #2246
-
Background: This iteration is about creating a notification in User profile / settings / help center which would show/represent if something is wrong related to health status of users system. User statement
We are looking for accessibility recommendations, including icon sizing and color. Stage of design: Define/High-fidelity |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @cdpestitschek - Because you're trying to implement a new type of flow here (see a warning > navigate to health status message > take action) it's important that we're thinking through its future potential and scalability. Showing the warning icon on the user Avatar (and the system status update in the user control center) is very specific to the user. If the only warnings that you'll ever want to show going forward are user-related warnings, that's okay, but we want to make sure we're thinking thoroughly about any future (non-user-related) warnings you might want to display. In order to create a scalable flow here for identification of warnings/errors, let's think of a comprehensive, future-proof solution rather than coming up with a specific solution for user errors only. Could there ever be a possibility of needing to display system-related errors that wouldn't make sense in the user control center? What if there were so many errors that needed to fit inside of the user control center, that it actually took away from the main purpose and actions of the user control center? Thinking through these types of situations will help to be able to define scalable flows for different types and severities of warning/error. It might make sense to pull out the system health information from the user control center into a separate item in the masthead, specifically for dealing with warnings. |
Beta Was this translation helpful? Give feedback.
-
@nkrantz I have a different use case for showing a specific error about the user profile not loading. |
Beta Was this translation helpful? Give feedback.
-
@TheSisb this is an error pertaining the profile component. When there is a problem with that component, users are not able to log out. It's tricky because it's a component error, not a system error, not a page error, and the component is very small to display a help text. |
Beta Was this translation helpful? Give feedback.
Hi @cdpestitschek -
Because you're trying to implement a new type of flow here (see a warning > navigate to health status message > take action) it's important that we're thinking through its future potential and scalability. Showing the warning icon on the user Avatar (and the system status update in the user control center) is very specific to the user. If the only warnings that you'll ever want to show going forward are user-related warnings, that's okay, but we want to make sure we're thinking thoroughly about any future (non-user-related) warnings you might want to display.
In order to create a scalable flow here for identification of warnings/errors, let's think of a comprehensive, …