Refatoring : Working state
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Architecture
|
||||
|
||||
> **Refactor DDD légère — lot 1**
|
||||
> **Refactor DDD légère — lots 1 et 2**
|
||||
>
|
||||
> `Post/` et `Category/` introduisent maintenant une organisation verticale
|
||||
> `Post/`, `Category/` et `User/` introduisent maintenant une organisation verticale
|
||||
> `Application / Infrastructure / Http / Domain` pour alléger la lecture et préparer
|
||||
> un découpage plus fin par cas d'usage. Les classes historiques à la racine du domaine
|
||||
> sont conservées comme **ponts de compatibilité** afin de préserver les routes, le conteneur
|
||||
@@ -83,8 +83,8 @@ final class PostService
|
||||
|
||||
| Interface | Implémentation | Domaine |
|
||||
|------------------------------------|---------------------------|------------|
|
||||
| `UserRepositoryInterface` | `UserRepository` | `User/` |
|
||||
| `UserServiceInterface` | `UserService` | `User/` |
|
||||
| `UserRepositoryInterface` | `PdoUserRepository` | `User/` |
|
||||
| `UserServiceInterface` | `UserApplicationService` | `User/` |
|
||||
| `LoginAttemptRepositoryInterface` | `LoginAttemptRepository` | `Auth/` |
|
||||
| `PasswordResetRepositoryInterface` | `PasswordResetRepository` | `Auth/` |
|
||||
| `PasswordResetServiceInterface` | `PasswordResetService` | `Auth/` |
|
||||
|
||||
Reference in New Issue
Block a user