Layout
The dashboard uses a 70/30 two-column layout:
| Section | Width | Content |
|---|
| Left column | 70% | Start Here guide + Explore More Views |
| Right column | 30% | Solution overview + support link |
The page title renders dynamically using a Velocity expression:
Welcome to the {project name} Project
The Nextedy logo appears in the top-right corner with a CSS inversion filter for dark/light theme adaptation.
Start Here Section
The primary onboarding guide directs users through three steps:
- Open the HARA Analysis shortcut
- Identify hazard chains with missing or insufficient risk controls
- Add or link a Risk Control to reduce risk
A prominent call-to-action button opens the HARA Analysis document directly in risksheet view:
/risksheet?document=Risks/HARA-ANALYSIS
The risksheet table updates instantly and recalculates risk evaluation once risk controls are in place.
Explore More Views
Three secondary entry points are available below the Start Here section:
| Link | Target | Description |
|---|
| Design FMEA Sample | /risksheet?document=Risks/DFMEA-SUB-001 | Opens a DFMEA subsystem analysis in risksheet |
| HARA Report | Wiki page: iso-14971-hara-report | ISO 14971 HARA Report for DHF export |
| Data Model Diagram | Wiki page: Data Model | PlantUML diagram of the Polarion data model |
The right column describes the solution identity and value proposition:
Title: Nextedy Risk Management (ISO 14971)
Value proposition:
- Replace Excel-based HARA/DFMEA sheets with a structured, audit-ready solution
- Get real-time traceability between hazards, requirements, risk controls, and verification activities
- Mature your process at your own pace: start with HARA, then expand to risk matrices, DFMEA, DHF reports, implementation links, and more
Support link: A booking link (https://go.nextedy.com/meet) allows users to schedule a walkthrough session.
The project portal sidebar provides quick access to six primary views:
| Shortcut | Target | Icon |
|---|
| Home | Project home dashboard | Home |
| Risksheets | Risksheet browser | Warning |
| HARA Report | ISO 14971 HARA Report wiki page | Plans |
| Risk Matrix Report | Risk Matrix Report wiki page | Agile Software |
| RTM Sheet | Whole RTM powersheet (_default/WholeRTMSheet) | Powersheet |
| DFMEA Summary Report | System DFMEA Report wiki page | Wiki |
The RTM Sheet uses powersheet (for traceability matrix navigation), while risk analysis views use risksheet. Both are Nextedy products but serve different purposes.
Technical Details
| Property | Value |
|---|
| Page location | .polarion/pages/spaces/_default/Home/page.xml |
| Rendering engine | Velocity script blocks |
| Project name source | $page.fields.project.render.withIcon(false) |
| Link types | polarion-rte-link with data-type=polarion and data-type=richPage |
| Column layout | polarion-rp-column CSS classes (70%/30%) |
Related Pages