/domains-management from the AdminNavbar.
The domains table
The table lists every domain with the following columns:| Column | Description |
|---|---|
| Name | The domain’s display name, shown alongside its color badge and icon. |
| Dimensions | The number of dimensions (sub-categories) belonging to this domain. |
| Indicators | The total number of indicators assigned to this domain. |
| Options | Edit and delete action buttons. |
Creating a domain
Click the Adicionar Domínio action card on the right side of the page. This opens the DomainWizard — a multi-step form for creating a domain.Name
Enter a display name for the domain. This name appears throughout the platform wherever the domain is referenced.
Color
Choose a color for the domain. This color is used to visually distinguish the domain in tables, badges, and charts across the platform.
Icon
Upload an icon image for the domain. The file is sent to
POST /uploads/domain-icons/upload and the resulting URL is stored on the domain object. The icon appears in the domain’s color badge in the table and on public-facing pages.Carousel images
Upload one or more images for the domain’s carousel (used on the public domain detail page). Images are uploaded to
POST /uploads/domain-images/upload.Dimensions
Add one or more dimension names to the domain. Dimensions can also be managed independently from the Dimensions management page after the domain is created.
You can add or remove dimensions from a domain at any time using the Dimensions management page. You do not have to define all dimensions during domain creation.
Editing a domain
Click the edit (pencil) icon in the Options column for any domain row. This opens the same DomainWizard pre-populated with the domain’s existing data. Changes are submitted as aPATCH /api/domains/:id request, so only the fields you modify are sent.
You can also navigate directly to /edit_domain/:id to open the wizard for a specific domain ID.
