More B2B design - this time a modal where a user can add and remove devices in a group. The challenge here was that the system needed to have capacity for 5000 devices. How do we help users find the device(s) they want to add to their group?
Thread
Why did you decide to use a modal for such a use case (possible heavy data)? Did you consider the performance implications? (idk what's behind the modal) Additionally, as a user, I can't see the group that I selected to edit.
The main reason it’s modal is that it’s a self contained task that appears on multiple pages, not just the page currently in the background. Performance isn’t an issue, it’s running on a high performance on-prem server. Good point, will include the group name in the title.