Skip to main content

One post tagged with "Query Interface"

View All Tags

· 2 min read

We've updated the Query interface to improve clarity and usability based on customer feedback. The changes affect the Products; Display the, Group by, and Query fields as follows:

Products Field

  • Popularity Indicators: Products are sorted by popularity, shown with 1-4 lines.
  • Default View: Displays six products with scroll for more.
  • Selection: Shows chips for selected products; all selected shows an asterisk (*).

Display the Field

  • Default Display: Shows Count of Logs.
  • Dropdown Activation: Click to display Attributes and Arguments.
  • Loader Display: Shown when changing values.
  • Scrollable List: Five attributes displayed, with scroll for more.
  • Categories: Dropdown values separated into Attributes and Arguments.

Group by Field

  • Scrollable List: Five attributes displayed, with scroll for more.
  • Categories: Dropdown values separated into Attributes and Arguments.

Query Field

  • Space Option: Query starts with a SPACE option.
  • Scrollable List: Five attributes displayed, with scroll for more.
  • Categories: Dropdown values separated into Attributes and Arguments.

Attributes and Arguments

Attributes

  • Definition: Parameters created by the Sternum Platform (Cloud).
  • Naming Convention: Prefixed with logs.builtin.attribute. followed by the attribute name with underscores replacing spaces (e.g., logs.builtin.attribute.device_id).
  • Icon: Each attribute displays a Sternum icon with a tooltip “Sternum definition” on hover.
  • Attribute List: Includes essential parameters like Receive Time, Device firmware version, Device ID, Event type, and geographical data (Country, State, City, etc.).

Arguments

  • Definition: Parameters sent from the device, either created by the user or the Sternum EIV.
  • Naming Convention: System arguments prefixed with builtin.argument. and user arguments with user.argument. followed by the argument name (e.g., builtin.argument.error_code).
  • Icon: Arguments display a Sternum or custom icon with tooltips “User definition” or “Sternum definition” on hover.
  • Popularity Indicators: Arguments are shown with 1-4 lines indicating popularity (hover for tooltip).
  • Uniqueness: User arguments must be unique, but can match Sternum attributes/arguments.