1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 08:49:35 +01:00

feat: add Spring Boot ERP application with user management domain

Implement DDD-based architecture with domain, application, infrastructure,
and API layers. Includes user/role management with authentication,
RBAC permissions, audit logging, Liquibase migrations, and test suite.
This commit is contained in:
Sebastian Frick 2026-02-17 19:24:26 +01:00
parent a1df32377b
commit ec9114aa0a
124 changed files with 18208 additions and 0 deletions

13
TODO.md Normal file
View file

@ -0,0 +1,13 @@
Welle 1 (sofort starten):
1. ✅ User Management BC implementieren
2. ✅ Master Data BC implementieren (Artikel, Lieferanten, Kunden)
Welle 2 (parallel):
3. ✅ Inventory BC implementieren (Basis: 8.1-8.3)
4. ✅ Document Archive BC (Basis: 12.1-12.2) - parallel zu Inventory
- [ ] Liquibase statt Flyway
- [ ] Package Struktur gemäß DDD-model skill, ddd-implementer fragen wegen refactor?
- [ ] ActionToPermissionMapper, warum unterschiedliches Vorgehen if/else vs. switch/case
- [ ] Nix Shell für manuelles Testing mit Postgres sowie für Migrationstests