764 B
764 B
Feature Manifest: Template Feature
Overview
Feature Name: Template Feature
Package Path: packages/features/shared/template_feature
Owner: [Team Name/Agent]
Responsibilities
- Describe what this feature does.
- Describe what this feature does NOT do.
Architecture
- Domain:
TemplateEntity(imported fromkrow_domain)TemplateRepositoryInterface
- Data:
TemplateRepositoryImpl(useskrow_data_connect)
- Presentation:
TemplatePageTemplateBloc
Dependencies
krow_domain: For entities.krow_data_connect: For backend mocking/access.design_system: For UI components.
Routes
/: Main template page./:id: Detail page (example).