Best Practices in your Application
Happy Path
Guide users on the “Happy Path”: the route in the app that leads towards a successful outcome.
Buttons that help the user on this path should be more prominent. For example: an “OK” or “Go” button is solid, while a “Cancel” button that leads users away from the Happy Path is transparent with an outline.
User Flow
Avoid dead ends in the user flow. Always give users a next step. For example, when a configuration is successfully loaded, show a link to the load data page so users can easily continue on their way.
Note that apps can have multiple types of users, and therefore also several user flows.
Page Structure
Here are some recommendations on the layout and structure of pages within apps.
Deliver Value on the Homepage
First impressions count! The homepage is essential in delivering value to users.
Here are some suggestions on making great homepages:
Show the key results of the app at-a-glance (for example, a map, chart, or KPI). This information can be high-level with links to more details on other pages.
Show actions required from the user. For example, on the S&OP app users are asked to fill in their forecast data before a certain date. On the homepage of this app users see the current status of the process and if and when action is required from them.
Tailor different homepages to different user groups. When an app has multiple users or user groups, it can be valuable to create different versions of the homepage tailored to their needs. For example, a Sales Director sees a homepage focused on sales data and a CFO sees a homepage with an emphasis on financial information.
A Picture is Worth a Thousand Words: Visual Impact is Important
Visual impact helps in creating a positive user experience. Maps are a great example: whenever location is core to an app, maps can be a powerful visual means to improve user experience. Infographics or charts related to the app can also serve this purpose.
Page Flow
User flows often follow a similar pattern: data goes in, is processed, and produces results.
Layout can reflect this pattern: widgets about input on top, processing in the middle, output at the bottom.
Visual Hierarchy
Users, whose language uses the Latin alphabet, read from left to right and top to bottom. This pattern goes for scanning layouts as well. In general, users scan a page from top left to bottom right.
Let’s say you have a table with numbers, a button and a chart visualizing the table. The most logical layout would be chart top left, table top right, button underneath the table.
Source: Abyssale
Page Hierarchy
Pages in AIMMS follow a hierarchical structure, with Top pages and Child pages. Top pages are on a different level than Child pages and are perceived differently by users. Therefore, the type of information they contain should be different.
A Top page may contain a high-level overview with links to further detail on Child pages. Or, when no higher level data is available or logical, a Top page may show navigation for information on the Child pages.
Less is More
Less is more: sometimes multiple pages can be combined into one page. For example, a “load data” page and a “manage data” page can be merged into one page by adding one column. Menus should be concise and help the user quickly find the right page.