ImpactCalculatorPage
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
The main page component for the Impact Calculator tool on the Meander Sales Website. It renders the input form and displays computed results in real time as the user adjusts values. All interaction is client-side with no authentication or backend calls required.
impact-calculator-page
Sources & reasoning
Line 220 explicitly lists the impact calculator as a core Sales Website capability. The blueprint marks it [MVP]. The MVP Sales Website scope (lines 335-338) covers the landing page and benefits presentation, and the calculator is the interactive embodiment of that benefits pitch, making it launch-critical.
-
docs/source/likeperson.md · line 220Benefit / impact calculator (static calculation, no login)
-
docs/source/likeperson.md · line 335-338Statisk landingsside med produktbeskrivelse og fordeler - Enkelt demo-booking-skjema (sender til e-post/webhook, ingen pålogging) - Privacy policy og vilkår
Responsibilities
- Render numeric input fields for mentor count, activities per mentor, and reporting time per activity
- Display computed time savings and efficiency gain results reactively as inputs change
- Format and present results in a visually clear, decision-maker-friendly layout
- Provide a call-to-action prompt (e.g. request a demo) once results are shown
Interfaces
render(): HTMLElement
onInputChange(field: string, value: number): void
displayResults(results: ImpactResults): void