mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 12:19:35 +01:00
refactor: restructure repository with separate backend and frontend directories
- Move Java backend to backend/ directory - Create frontend/ directory for TypeScript TUI and future WebUI - Update .gitignore for Node.js and worktrees - Update README.md with new repository structure - Copy documentation to backend/
This commit is contained in:
parent
ec9114aa0a
commit
c2c48a03e8
141 changed files with 734 additions and 9 deletions
13
backend/TODO.md
Normal file
13
backend/TODO.md
Normal 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
|
||||
|
||||
- [x] Liquibase statt Flyway
|
||||
- [x] 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue