Files
Krow-workspace/apps/packages/features/shared/template_feature/feature_manifest.md
2026-01-21 15:42:51 -05:00

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 from krow_domain)
    • TemplateRepositoryInterface
  • Data:
    • TemplateRepositoryImpl (uses krow_data_connect)
  • Presentation:
    • TemplatePage
    • TemplateBloc

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).