Feature Content Service
Component Detail
Service Layer
low complexity
backend
0
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
Provides structured feature data including titles, descriptions, icons, and product-area groupings to the Features Page. Abstracts content retrieval so updates can be made without code changes, supporting the same content management approach used for the landing page.
feature-content-service
Responsibilities
- Supply structured feature data organized by product area
- Provide feature icons, titles, and descriptions
- Support content updates without code deployments
- Group features by mobile app vs admin portal categories
Interfaces
getFeaturesByProductArea(area: string): FeatureItem[]
getAllFeatureSections(): FeatureSection[]
getFeatureBySlug(slug: string): FeatureItem
getProductAreas(): ProductArea[]