Commit Graph
140 Commits
Author SHA1 Message Date
cbazza 3cfb69f0c7 chore: improve .gitignore with better organization
- Organized entries into logical sections (IDEs, macOS, MCP, etc.)
- Fixed .DS_Store pattern to work in all subdirectories (**/.DS_Store)
- Added macOS-specific ignores (.AppleDouble, .LSOverride)
- Added database SQLite ignores (*.sqlite, *.sqlite-journal)
- Added backup/temporary file patterns (*.bak, *.tmp, *.swp)
- Added log file ignore (*.log)
- Added docs temporary exports (*.pptx, *.docx in diagrams/)
- Removed obsolete AGENTS*.* pattern (file already deleted)
- Removed standalone 'env' pattern (covered by .env.backup)
2025-11-21 10:48:19 +01:00
cbazza b34612aeaa chore: remove DaxCompanySeeder (legacy demo data)
The DaxCompanySeeder created fake DAX-40 companies and transactions
for development. We now use real data from the backend via the
TransformDataPoolToProduction job, so this seeder is no longer needed.
2025-11-21 10:32:15 +01:00
cbazza f23d56a0b7 fix: move database schemas from database/ to docs/schemas
CSV schema files are database structure documentation, not production
database files. They belong in docs/ alongside other documentation.
2025-11-21 10:29:25 +01:00
cbazza ac1f72572d fix: move SQL queries from database/ to docs/queries
SQL query files (playground, test queries) are development documentation,
not production database files. They belong in docs/ alongside other documentation.
2025-11-21 10:23:33 +01:00
cbazza 03d6a48bfd fix: move migration diagrams from database/schemas to docs/diagrams
Migration diagrams (Keynote, PDF, Excel, Numbers) are documentation,
not technical database files. They belong in docs/ for better organization.
2025-11-21 10:21:46 +01:00
cbazza 05b9b13e2e fix: Trigger pipeline 2025-11-21 10:05:05 +01:00
cbazza 1cb38d7080 chore: major project cleanup and restructuring
## Dokumentation
- Entfernt AGENTS.md (redundant zu CLAUDE.md)
- Verschoben: 3 Dokumentationen von root → docs/
- Gelöscht: 8 historische Migrations-Pläne aus docs/archive/
- Entfernt: misc/ Ordner komplett (43 Dateien)

## Struktur
- Erstellt: database/queries/ für SQL Test-Queries (4 Dateien)
- Erstellt: database/schemas/ für Schema-Dokumentation (17 Dateien)
  - output_keys_mapping/ (8 CSV-Mappings)
  - migration-diagrams/ (4 Diagramme)

## Code-Qualität
- Formatiert: 7 Style-Issues in 74 Dateien mit Laravel Pint
- Gefixed: Migration für PostgreSQL/SQLite Kompatibilität
- Gefixed: 2 fehlgeschlagene Tests (CSRF + Text-Assertion)

## Tests
- Alle 73 Tests bestehen jetzt (100% Success Rate)
- AuthenticationTest: CSRF-Token Fix für Logout-Test
- CompanySearchTest: Text-Assertion aktualisiert

## Ergebnis
- Root ist sauber (nur CLAUDE.md)
- Dokumentation strukturiert in docs/
- Database-Dateien organisiert in database/
- Code entspricht Style-Guide
- Alle Tests bestehen
2025-11-21 10:00:32 +01:00
cbazza 3a54f6cba3 fix: changes and fixes for the detail transaction view 2025-11-20 14:56:28 +01:00
cbazza 67df5f36c1 fix: placeholder for Stimmrecht added on level 8 to the menue 2025-11-20 12:24:43 +01:00
cbazza ce80a5a022 fix: all 8 categories integrated into the detail view of transactions 2025-11-20 12:16:00 +01:00
cbazza 5e36c85fd9 Merge branch 'main' of ssh://git.trai-infra.comstack.de:9922/bob.molitor/frontend 2025-11-20 11:54:32 +01:00
cbazza a36d2b4cc4 fix: added new command - complete rebuild 2025-11-20 11:54:08 +01:00
Marian 6254583ce8 fix: ci and k8s resource 2025-11-20 10:11:35 +00:00
cbazza 1505975ebb fix: Menue Transaktionen und Stammdaten added to trasaction details 2025-11-20 11:08:23 +01:00
u00lipp 7d085f417c add cronjob 2025-11-20 10:39:02 +01:00
cbazza cb168f3dd8 fix: Trigger pipeline 2025-11-19 12:26:55 +01:00
cbazza 85e4fce229 removed KycRiskCalculator, added 3 new field for the database table data_pool_backend, added simple risk level and mapping funcion for these new risk factor 2025-11-19 12:23:27 +01:00
cbazza 976af0f2e6 Build functions/ jobs for data_pool and transformation 2025-11-17 15:27:21 +01:00
cbazza 46820e9515 Migration & Datapool created with job and scheduler backend->frontend(public) schema 2025-11-16 22:28:42 +01:00
cbazza a4df2d0fae removed trash columns and added 102 columns to transaction, made migration Files, added some stuff to misc 2025-11-16 15:09:59 +01:00
cbazza b9d9276de0 Zuordnung SQL Statements je Seite im public Schema 2025-11-14 12:23:27 +01:00
cbazza 4aa221ab29 moved folder database table schemas to the folder misc 2025-11-14 11:21:01 +01:00
cbazza 699603dde7 CSV Tables scheme describtion added 2025-11-14 11:17:20 +01:00
cbazza 3b1488209e fix: minor optical changes on the upload side 2025-11-13 17:23:34 +01:00
cbazza 93fc8d821a fix: database.php changed 2025-11-13 16:55:22 +01:00
cbazza 0d534f5013 fix: added upload formular, reorganized some files and put them into a new folder misc 2025-11-13 16:21:26 +01:00
cbazza 100fe2de18 gitignore changed 2025-11-11 18:36:30 +01:00
cbazza 16a58cfae3 .gitignore changed 2025-11-11 18:24:59 +01:00
cbazza 86e99d2e4d edited gitignore 2025-11-11 18:20:29 +01:00
cbazza 21801c2149 fix: anpassungen Romans Vorschlag 11.11.2025 2025-11-11 16:50:09 +01:00
cbazza 64b8ff48da fix: anpassungen lt. Besprechung Frontend/ Powerpoint 10-11-2025 2025-11-10 21:35:52 +01:00
cbazza 08faf9fb86 fix: anpassungen aus der powerpoint final sprintende 2025-11-10 14:08:26 +01:00
cbazza 175aebffa5 fix: transactions edited so it matches the powerpoint overview 2025-11-10 11:25:18 +01:00
cbazza 6331785fda typo and design changes Frontend-Optimierung Powerpoint 2025-11-07 13:52:36 +01:00
u00lipp dcecdebf0b fix: build and release 2025-11-06 16:06:40 +01:00
cbazza d402b1ecdc company-search view added link to route/ view company.transactions via company id 2025-11-05 16:16:08 +01:00
Bob Molitor 82f0931fb3 update swagger 2025-11-03 09:30:24 +01:00
u00lipp 7beddc803b fix: flux 2025-10-31 14:28:24 +01:00
u00lipp 1691426fe3 fix: try public flux 2025-10-31 14:23:57 +01:00
u00lipp 773c871d30 fix: add flux 2025-10-31 14:14:37 +01:00
Bob Molitor 89241880b0 fix frontend 2025-10-31 14:01:38 +01:00
Bob Molitor 7daf6d9d09 fix title 2025-10-31 13:55:05 +01:00
Bob Molitor 1d26725b52 Merge branch 'main' of ssh://git.trai-infra.comstack.de:9922/bob.molitor/frontend 2025-10-31 13:50:25 +01:00
Bob Molitor c1fcc84f7d fix: Title for companies-transaction 2025-10-31 13:49:44 +01:00
u00lipp 902c97d3c6 fix: pipele 2025-10-31 13:45:49 +01:00
u00lipp 3c1fe86942 fix: pipeline 2025-10-31 13:41:46 +01:00
Bob Molitor 2845c7472e feat: pint 2025-10-31 13:38:00 +01:00
Bob Molitor a6a37f189c Merge branch 'frontend_bob' 2025-10-31 13:34:58 +01:00
Bob Molitor 338c39bac0 feat: new UI for Fallansicht 2025-10-31 13:33:59 +01:00
cbazza f9a4d71e10 default title replaced with name of the view 2025-10-31 13:14:59 +01:00