Assessments list — search, export, duplicate to portfolio
/assessments
Prerequisites
- Your login must pass
canNavigateToAssessmentsList(see Capabilities matrix). - Exports require
canExportAssessmentResults(company staff need results permission; Staff viewer is excluded in code).
Open the hub
- Sidebar → Assessments.
- Wait for Overview (and any secondary tabs) to finish loading.
Search & filters
- Use the search bar (debounced input—pause briefly after typing).
- Apply filters exposed for your role (portfolio company, role taxonomy, job family, level—exact set depends on entitlements).
- Adjust candidate scope control if present (list modes differ by environment).
- Paginate with footer controls when the list is long.
Create or upload entry points
From this page, privileged users may see actions such as:
- Create assessment →
/assessments/create(AI wizard) — see Create assessment — AI wizard. - Upload assessment →
/assessments/upload— see Upload assessment (CSV). - Create from job description style entry (sparkle / JD icon when
canAccessCreateAssessmentFromJd) →/create-assessment— see Create assessment from job description. - Assessment requests link when
canAccessAssessmentRequests→/assessment-requests— see Assessment requests queue.
Exact button labels vary; match the live UI.
Export results
- Click Export (or download affordance) when visible.
- Complete ExportAssessmentModal fields (format + scope depend on release).
- If button missing → do not promise CSV; permissions or feature flags block it.
Duplicate / deploy to other companies (portfolio)
When DuplicateAssessmentToCompaniesModal triggers (row action or dropdown—wording such as Deploy / Duplicate):
- Open the flow from the assessment row menu.
- Choose target company(ies) permitted in your portfolio context.
- Confirm and wait for success toast or error message.
- Refresh list if new rows do not appear immediately.
MCA / Platform / Directory combinations differ—validate in staging before customer calls.
Open a single assessment
- Click a row title / View action.
- Land on
/assessments/[assessment-id]for builder tools, metadata, sessions, etc. - Authenticated preview →
/assessments/[assessment-id]/preview— see Preview an assessment.