Pricing Config Store
Component Detail
Data Layer
low complexity
frontend
0
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
Static or environment-driven data store holding hardcoded pricing tier definitions, comparison row labels, and TCO calculation parameters. Acts as the single source of truth for all pricing and comparison data displayed on the cost comparison page, avoiding the need for a dynamic pricing API.
pricing-config-store
Responsibilities
- Store pricing tier definitions with monthly costs, included features, and support models
- Provide comparison row schema and label configuration
- Expose TCO calculation parameters (coordinator hours saved, reporting overhead, error correction estimates)
Interfaces
getPricingTiers()
getComparisonSchema()
getTcoParameters()
getFeatureMatrix()