Holehan’s Patterns
|
About Settings Patterns
|
|
The Browse Settings pattern is work in progress. Browse Settings SummaryTo present the main settings navigation put two panels next to each other - ideally in a horizontal layout. One of them contains the labels of the main settings navigation. The other one displays the content of the selected entry. ContextYou want to provide an interface to adjust the settings like appearance, behaviour and overall layout of your application. You already gathered the single settings you want to provide your users with in groups? and pages?. Now you are looking for a way to best present these settings pages and make browsing them easy. Illustration
ProblemsDepending on the complexity of your application the number of settings can be quite overwhelming to your users. To ensure they find the settings they are looking for present the settings in a way that gives them both easy access and a good overview at the same time.
The main settings entries can be outlined in several ways - horizontally, vertically, all in one list, with or without icons, or even as a drop down. However depending on the number of the main settings entries only one of these representations is proven to work best. Examples
Solution
RationaleSettings interaction architecture generally follows a hierarchical layout. From a general settings entry like "Appearance" through the subset "Fonts" and the group box "Minimum Font size" to the widget level that manipulates a settings value, settings could be thought of as a tree structure. Displaying the settings hierarchies top to bottom eases scanning and browsing. It successively leads the user from the main settings to the widget level, reducing mouse ways to a minimum. Code Snippets
Related PatternsSearch Settings Group Settings LiteratureCategories: Settings |
· Login