feat: Implement profile completion feature with repository and use case
This commit is contained in:
@@ -64,7 +64,7 @@ graph TD
|
||||
### 2.2 Features (`apps/mobile/packages/features/<APP_NAME>/<FEATURE_NAME>`)
|
||||
- **Role**: Vertical slices of user-facing functionality.
|
||||
- **Internal Structure**:
|
||||
- `domain/`: Feature-specific Use Cases and Repository Interfaces.
|
||||
- `domain/`: Feature-specific Use Cases(always extend the apps/mobile/packages/core/lib/src/domain/usecases/usecase.dart abstract clas) and Repository Interfaces.
|
||||
- `data/`: Repository Implementations.
|
||||
- `presentation/`:
|
||||
- Pages, BLoCs, Widgets.
|
||||
|
||||
Reference in New Issue
Block a user