CostComparisonWidget
Component Detail
Description
Client-side widget that renders a side-by-side cost breakdown comparing manual reporting workflows against Meander's digitized approach. Accepts either benchmark defaults or organization-supplied inputs to compute differentials in hours, staff cost, and error rate across the reporting lifecycle. Embedded on the Sales Website with no authentication requirement to support prospective buyers.
cost-comparison-widget
Sources & reasoning
The blueprint marks cost-comparison as [v1.0], placing it after MVP. The source doc provides rich benchmark data (manual Word/Excel workflows, 380 annual registrations) that directly motivate a cost comparison widget, even though no single line names it explicitly. It depends on the Impact Calculator being in place first, and adds conversion value for organizations already engaged enough to explore cost details.
-
docs/source/likeperson.md · line 20-21Word-skjemaer sendes manuelt til regioner → manuell Excel-aggregering sentralt. Mål: registrering på under to klikk.
-
docs/source/likeperson.md · line 22En likeperson hadde 380 enkeltregistreringer på ett år.
Responsibilities
- Render dual-column cost breakdown table with manual vs. Meander columns
- Accept and validate organization-supplied input overrides (headcount, hourly rate, report frequency)
- Compute cost differentials in hours saved, staff cost reduction, and error rate improvement
- Fall back to pre-filled benchmark data when no user inputs are provided
- Expose shareable or printable summary state for sales handoff
Interfaces
render(inputs?: OrgCostInputs): void
setInputs(inputs: OrgCostInputs): void
computeDifferentials(manual: CostProfile, digital: CostProfile): CostDifferentials
resetToDefaults(): void
getSummary(): CostComparisonSummary