Mobile app version of vmapp.org
Login or Join
Debbie163

: What layout and interface elements work well for a control panel-style app? I'm working on a web-based app that's similar to a control panel, with lots of different settings and features to

@Debbie163

Posted in: #InterfaceDesign #PageLayout #Patterns #WebsiteDesign

I'm working on a web-based app that's similar to a control panel, with lots of different settings and features to configure. The challenge is making it easy for users to find what they want without making the interface too cluttered.

Could anyone recommend layouts, UI elements or design patterns that work well for this situation? Examples of good control panel interfaces would also be helpful.

By "control panel" I'm talking about an interface that presents a potentially large number of widgets that allow for things to be configured. There's usually a metaphor of drilling down into a particular area to find the settings you want to manage, and then pulling back out to a top level view.

Some well know examples would be the Windows Control Panel (Vista or later aren't bad), web hosting account management interfaces like Plesk, or the admin interface of WordPress.

Thanks!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie163

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan533

A good hierarchy is critical - DA01's suggestion about using cards is excellent since it lets you visually organize your categories before starting to code.

Plan for accessibility - controls that enable the largest group of people to easily use it make for the most popular designs. Stuff like redundancy (icons AND text), color coding (yes, it's less useful for color blind people but that's why you have redundancy) for "same as" controls (e.g., "Save", "Save as", "Save a Copy" etc. can all have similar colors / themes) and visual immediacy (most people read web pages in an "F" shape, so use the 80/20 rule and stick your most common / popular controls along the top row or along the left side) are all really useful in design of a UI.

Remember, most users these days have no idea what a "drop-down control" is but they know if there's a plate on the right-hand side of a door they should push the door open.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme