Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 439 Bytes

Baratito Core

Baratito's business logic.

Architecture

1. Domain

  • Entities
  • Domain services

Here lie the core entities and services.

2. Application

  • Usecases
  • Repository interfaces

Business logic.

3. Infrastructure

  • Repository implementations
  • Data Providers interfaces & implementations

Manages and orchestrates data access/handling.

4. Presentation

  • Blocs & cubits

Responsible for UI state management.