Event Streams (Office Hours: Thu Dec 3) #984
-
Background: One stop shop for all types of Twilio events data (Messaging, Voice, Taskrouter, etc). Right now I'm designing the Console UI experience
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @mindytom, as there are 3 pretty distinct areas it might be hard to get one answer. Warnings and errors in tablesFor showing warnings and errors in a table, one requirement from an accessibility point of view would be that the indicators are placed in the table itself, so that are associated with the offending row. Ideally this would be it's own dedicated column, but prepending them to the data in the row header (usually the first cell in each row) would be sufficient. So in your example, the warning icon should either be in a column before the "sinks" column, or should be prepended to the SID/Identifier inside the table cell itself. Edit patternSomeone from the team will try to respond before your slot tomorrow regarding the pattern for editing. I suspect the answer will be that we don't have a position yet, but if you'd like to be the one to contribute it to the Patterns section on the website, we'd be grateful for it. General feedbackFor component usage and interaction of overall experience, are there any specific areas you have concerns about that you'd like feedback on? The more specific the better feedback we can provide as general feedback on an entire experience is pretty broad and the team might not have enough time to dive that deeply. |
Beta Was this translation helpful? Give feedback.
Hi @mindytom, as there are 3 pretty distinct areas it might be hard to get one answer.
Warnings and errors in tables
For showing warnings and errors in a table, one requirement from an accessibility point of view would be that the indicators are placed in the table itself, so that are associated with the offending row. Ideally this would be it's own dedicated column, but prepending them to the data in the row header (usually the first cell in each row) would be sufficient.
So in your example, the warning icon should either be in a column before the "sinks" column, or should be prepended to the SID/Identifier inside the table cell itself.
Edit pattern
Someone from the team will try to resp…