Substatuses on a table #3659
-
BackgroundWe are working on a list view for the Sender ID applications. This table will contain the information about the applications in draft, sent and completed when a customer applies for a Sender ID application in multiple countries. Each country has specific registration times; therefore, the sender ID may become active in different countries at different times. This means that, besides the application status, each country will have its own status (live/not-live). Customers tend to register multiple countries per Sender ID, so this will be a common case to see on this table. FeedbackI'm proposing the use of a status badge per country to indicate this individual status, in addition to a tooltip on the column header, and the application status column. Stage of designHigh-fi ResearchNo response Relevant linksAre you looking for visual design support?
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Based on the information provided, it seems like you're on the right track with your design proposal. Here are some suggestions based on the Paste design system:
<StatusBadge status="live">Country Name</StatusBadge>
<Table>
<THead>
<Tr>
<Th>Status</Th>
<Th>Country</Th>
</Tr>
</THead>
<TBody>
<Tr>
<Td>
<StatusBadge status="live">Live</StatusBadge>
</Td>
<Td>Country Name</Td>
</Tr>
</TBody>
</Table>
Remember, the placement of the status in the table should depend on the importance of the status to the given user flow and should be tested with users. For more detailed guidance, you might find the following discussions helpful:
I hope this helps! If you have any other questions, feel free to ask. |
Beta Was this translation helpful? Give feedback.
-
Thanks for coming to office hours! Here's a link to the recording. You can find the password in Slack. |
Beta Was this translation helpful? Give feedback.
Thanks for coming to office hours! Here's a link to the recording.
You can find the password in Slack.