Feature Content Provider
Component Detail
Service Layer
low complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Provides structured content data for all platform feature sections. Implemented as a static data module (TypeScript objects or JSON) enabling CMS-friendly updates without code changes, consumed at build time by the Feature Overview Page.
feature-content-provider
Responsibilities
- Define structured data for each product area and its feature list
- Supply compliance badge metadata and descriptions
- Enable non-technical content updates via structured data patterns
Interfaces
getFeatureSections(): FeatureSection[]
getComplianceBadges(): ComplianceBadge[]