# Navigating the User Interface

Note: The DDB User Interface is dynamic and frequent changes will occur as we improve user experience and roll out new features. Additionally, different environments will have different features avaliable at different times. Therefore, this guide may not be completely up to date but should be a useful starting point.

The DDB User Interface is split into four trays:

  1. Asset Navigation
  2. Asset Details
  3. Parameter list
  4. Parameter details

DDB Project User Interface

Most icons on the DDB User Interface have a text pop-up when you hover over than that will tell you what the icon does when you click it.

# Asset Navigation

The Asset Navigation pane contains the Asset Hierarchy for your project.

Asset Navigation pane on the DDB Project User Interface You can:

  • Add Assets using the + button
  • Favourite the project by clicking on the ⭐️ icon
  • Filter to see all your parameters by clicking on the 'All Parameters' button
  • Filter to only see project parameters (parameters not assigned to an asset) by clicking on the 'Project Parameters' button
  • Expand and collapse the Asset Hierarchy using the arrows
  • Filter what displays in the Asset Hierarchy

# Asset Details

The Asset Details pane contains details about the selected Asset.

Asset Details pane on the DDB Project User Interface

You can:

  • Edit the Asset name using the pen icon
  • Copy the Asset's GUID (which can be useful for working with Python and the APIs)
  • Delete the Asset
  • View Parameter statistics summarising the QA status of all the Parameters associated with the Asset
  • View the Version History and Status History of the Asset
  • View existing Tags and add additional ones

# Parameter list

The Parameter List pane contains details about the Parameters associated with the selected Asset.

Parameter list on the DDB Project User Interface

You can:

  • Filter the Parameter List
  • Reorder the list
  • Add new Parameters using the + button
  • Click on an individual Parameter to view the Parameter details pane

# Parameter details

The Parameter details pane allows you to view and edit the selected Parameter. Parameter details on the DDB Project User Interface

You can:

  • Copy the Parameter's GUID (which can be useful for working with Python and the APIs)
  • Delete the Parameter
  • View the Parameter's value
  • Edit, approve or reject a Parameter's value (depending on your permissions)
  • View the Version History and Status History of the Parameter
  • View existing Tags and add additional ones
Last Updated: 21/06/2024, 11:34:44