DIQ_Project
Overview
The
A
Project management (see below) can also be controlled by the host application through the
The host application is responsible for creating, storing, retrieving, and maintaining
Properties
| Property | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Unique identifier for the project, used internally for referencing and persistence |
name | string | Yes | Display name of the project shown in the UI |
code | string | No | Optional business-specific reference such as job number or project code |
measurementSystem | string | Yes | Defines the measurement system used by DimensionIQ when displaying measurement values to the user (eg, metric or imperial) |
useAsTemplate | boolean | No | Indicates whether the project is available as a reusable template. projects marked as templates may be requested by DimensionIQ onListProjects when loading available templates |
notes | string | No | Optional free-text notes or description associated with the project |
defaultPositiveColor | string | No | Optional default color applied to new positive dimension groups created within the project |
defaultNegativeColor | string | No | Optional default color applied to new negative dimension groups created within the project |
zoneGroup1Name | string | No | Optional display name for the first dimension zone group, used to categorize dimensions within the project |
zoneGroup2Name | string | No | Optional display name for the second dimension zone group, used to categorize dimensions within the project |
zoneGroup3Name | string | No | Optional display name for the third dimension zone group, used to categorize dimensions within the project |
zoneGroup4Name | string | No | Optional display name for the fourth dimension zone group, used to categorize dimensions within the project |
Implementation Guidelines
Project Identity
The
Metadata and Display
The
Measurement System
The
Project Templates
The
Default Measurement Colors
The
These values are only applied during dimension group creation and should not automatically update existing dimension groups if the project defaults are changed.
If a default color is not provided, or is set to white (
Dimension Zone Groups
The
These values provide the labels used when categorizing dimensions within the project and should be used by the host application when presenting dimension categorization options.
Project Management
Project management can be controlled by the host application through supported
See the