Logging in
Admin access uses the same login flow as regular users:Enter your credentials
Enter your email address and password. Check Remember me if you want the session to persist across browser restarts.
If you forget your password or need your role upgraded to admin, contact another administrator or update your account directly in the database.
Admin sections
Managing domains
Create, edit, and delete top-level thematic areas. Each domain has a name, color, icon, carousel images, and a list of dimensions.
Managing indicators
Add or update the measurable metrics that belong to a domain and dimension. Set fields like name, unit, periodicity, and governance classification.
Managing dimensions
Manage the sub-categories (dimensions) within each domain. Dimensions are embedded in the domain object and determine how indicators are grouped.
Managing resources
Attach data sources to indicators. Resources define the coverage period and are linked through the indicator–resource relationship.
User management
View all registered users, promote or demote admin rights, and delete accounts.
Blog management
Create, edit, publish, and delete blog posts. The post editor supports rich text with code blocks, links, and file attachments.
Admin navigation
All admin pages share a common AdminNavbar that links between sections. The navbar is only rendered on admin routes, so it will not appear to regular users browsing the public platform.Route reference
The following routes are part of the admin panel:| Route | Page |
|---|---|
/admin | Indicators management (default admin landing) |
/indicators-management | Indicators management |
/domains-management | Domains management |
/dimensions | Dimensions management |
/resources-management/:indicatorId | Resources for a specific indicator |
/admin/users | User management |
/admin/blog | Blog management |
/admin/blog/create | Create a new blog post |
/admin/blog/edit/:postId | Edit an existing blog post |
/new_domain | Create a new domain (wizard) |
/edit_domain/:id | Edit an existing domain (wizard) |
