Add divisions management module with database schema and validation

- Introduced `DivisionsModule` to manage organizational divisions, including read and write controllers.
- Created database migrations for the `divisions` table and related constraints.
- Implemented validation for division name and code with corresponding utility functions.
- Added service and repository layers for handling division data operations.
- Developed unit tests for the divisions service, repository, and controllers to ensure functionality and correctness.
- Updated application module to include the new `ConfigurationModule` for better organization.
This commit is contained in:
shancheas
2026-08-24 12:14:46 +07:00
parent 07550b3167
commit a8faea20ff
22 changed files with 2521 additions and 6 deletions
+7
View File
@@ -29,6 +29,13 @@
"when": 1787544143116,
"tag": "0003_pretty_darkhawk",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1787546862278,
"tag": "0004_next_the_fury",
"breakpoints": true
}
]
}