/indicators-management or /admin from the AdminNavbar.
The indicators table
The table lists all indicators with the following columns:| Column | Description |
|---|---|
| Name | The indicator’s display name. Clicking the name navigates to the resource management page for that indicator. |
| Dimension | The dimension (sub-category) this indicator belongs to, shown as a colored badge matching its domain. |
| Governance | A boolean flag — a green check means the indicator is classified as a governance indicator; red means it is not. |
| Options | Edit and delete action buttons. |
?q= URL query parameter), sorting by name and other columns, and pagination (10 items per page).
Creating an indicator
Click the Adicionar Indicador action card on the right side of the page. This opens the IndicatorWizard.Select a domain
Choose the domain this indicator belongs to from the list of existing domains. You must select a domain before you can select a dimension.
Select a dimension
Choose the dimension (sub-category) within the selected domain. The dimension determines how the indicator is grouped on the public platform. If the domain has no dimensions yet, create them first on the Dimensions management page.
Fill in the indicator fields
Complete the form fields:
| Field | Type | Description |
|---|---|---|
| Name | string | Display name for the indicator. |
| Description | string | A short description of what this indicator measures. |
| Unit | string | The unit of measurement (e.g., %, tonnes, €). |
| Periodicity | string | How frequently data is collected (e.g., annual, monthly). |
| Governance | boolean | Check if this indicator is a governance indicator. |
Editing an indicator
Click the edit (pencil) icon in the Options column. The IndicatorWizard opens pre-populated with the indicator’s current values. Changes are submitted asPUT /api/indicators/:id.
Deleting an indicator
Click the delete (trash) icon in the Options column. A confirmation dialog will appear.Managing resources for an indicator
Each indicator can be linked to one or more resources — the data sources that provide its time-series values. Click the indicator’s name in the table to navigate to/resources-management/:indicatorId.
See Managing resources for the full workflow.
