Infrastructure low complexity frontend
0
Dependencies
2
Dependents
0
Entities
0
Integrations

Description

Single configuration object authored in source code that holds all pricing tiers, cost-per-coordinator assumptions, and manual overhead estimates. Norse Digital Products updates figures here before each deployment; no component code changes are required.

Feature: Cost Comparison

pricing-config

Sources & reasoning

Isolates all pricing data into one maintainable artifact so Norse can update tiers and cost assumptions without touching component code, preventing stale figures from reaching prospects as called out in the feature description.

No source references — this artifact was included based on reasoning alone (see above).

Responsibilities

  • Define per-tier Meander subscription prices (per-organization and per-user)
  • Define manual reporting cost assumptions (coordinator hours, overhead rates)
  • Provide Vipps login cost split assumptions referenced in source docs
  • Serve as single source of truth so stale figures cannot reach prospects

Interfaces

getPricingTiers(): PricingTier[]
getManualCostAssumptions(): ManualCostAssumptions
getVippsSharedCostModel(): VippsSharedCost

Relationships

Dependents (2)

Components that depend on this component