Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo authored Apr 5, 2024
1 parent 78c481c commit cbb4fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ This ensures that the application will be easy to maintain, scale and modify, en
│ │ ├── features # Features
│ │ │ └── [feature] # - A specific feature
│ │ │ ├── data # - Data-related logic
│ │ │ │ ├── datasources # - Datasources for the feature
│ │ │ │ ├── datasources # - Getting the raw data from api or localDB
│ │ │ │ │ ├── local # - Local data storage logic
│ │ │ │ │ └── remote # - Remote data fetching logic
│ │ │ │ └── repositories # - Managing data access
│ │ │ │ └── repositories # - Select, Shape, Merge raw data
│ │ │ ├── domain # - Feature-specific domain
│ │ │ │ ├── interfaces # - Interfaces used within the feature
│ │ │ │ └── usecases # - Feature-specific business logic
Expand Down

0 comments on commit cbb4fbc

Please sign in to comment.