pixi

pixi Web Application - User Interface Overview

The user interface of the pixi web application was built with the following concepts in mind:

  • Know your user: User interface (UI) design is based on the information about and from different pixi users.

  • Less is more: User interface should be simple (but not simplistic) and clean.

  • Easy to use: The UI of the pixi web application should be intuitive and consistent.

  • Lover of detail: When creating the UI of pixi web application, we wanted to make sure that every detail is designed properly.

  • Easy to build and maintain: The UI of the pixi web application should be designed in a way that it will be easy to add new features and improve existing ones.


You can access the pixi web application with your web browser. Minimum supported screen resolution is 1366 x 768, but we recommend even higher screen resolutions for effective work.

Tip: In case you need more screen space to view an object, you can collapse the object header.


Main Interface Components


Orange Bar

Orange bar on the top of the pixi web application contains the following parts:

  • pixi logo which also serves as the link to the Start page.

  • The loader icon appears next to the pixi logo when the application is loading information.

  • Your username. Click on the user name to open the menu with user options.


Navigation Pane

The navigation pane contains the main navigation of the web application. The content of the main navigation is displayed based on your user permissions.


Object Tray

Below the main navigation is the Object Tray. It contains a list of open pixi objects and enables you to quickly switch between them. Objects with unsaved changes are displayed in italic font with an added asterisk (*). You can also close pixi objects in the Object Tray.


Content Pane

Content pane is the main display area where lists, objects, etc. are displayed.


Lists


Lists are used to display the same type of objects in pixi web application, usually after a search is performed. Lists are displayed in the content pane and have the following interface components:

  • The list toolbar contains tools for the actions that you can perform on the whole list or selected objects from the list.

  • List itself is where the list of objects is displayed.

  • Detail view can be turned on or off, and it displays read-only details of the selected object.

  • Advanced search can be used to search for specific objects from the list.

See also: Manage Lists


Objects


Objects are displayed in the content pane and have the following interface components:

  • Object toolbar with tools for the actions that you can perform on the object.

  • Object header, which contains object title and header information.

  • Object details, which are organized in several tabs and provide you complete information about the object. Here, you can also edit object details.

  • Object tab toolbar with tools for the actions that you can perform on specific object details.


Back to top