docs(auth): include domain error checkpoint
This commit is contained in:
@@ -265,8 +265,9 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
|
||||
|
||||
- Added `auth/domain/model` with transport/persistence-independent User, Identity, Session, Permission, Role, RolePermission, and BankInfo entities.
|
||||
- Added validated `NationalID`, `MobileNumber`, and `BirthDate` value objects plus domain-level user status values.
|
||||
- Added stable domain error vocabulary independent of gRPC status codes.
|
||||
- Added `auth/domain/ports` repository and cache interfaces using only standard library types and domain models.
|
||||
- Focused value-object tests and the full Auth test suite pass; commit `32f182b`.
|
||||
- Focused value-object/domain tests and the full Auth test suite pass; commits `32f182b` and `d292822`.
|
||||
- Existing `domain/db` remains the legacy persistence mapping until A003 introduces explicit infrastructure mappings.
|
||||
|
||||
### `I001` — publisher-backed ICO purchase map
|
||||
|
||||
Reference in New Issue
Block a user