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
cbazza
1505975ebb
fix: Menue Transaktionen und Stammdaten added to trasaction details
2025-11-20 11:08:23 +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
cbazza
d402b1ecdc
company-search view added link to route/ view company.transactions via company id
2025-11-05 16:16:08 +01:00
cbazza
f9a4d71e10
default title replaced with name of the view
2025-10-31 13:14:59 +01:00
cbazza
daaa4c5572
replacecd Laravel title even further
2025-10-31 13:10:22 +01:00
cbazza
8e98c151f8
replacecd Laravel title
2025-10-31 13:02:23 +01:00
cbazza
ec06d280ea
favicon 4 apple touch added
2025-10-31 12:51:12 +01:00
cbazza
e833b46d36
Typo changes
2025-10-31 12:48:41 +01:00
cbazza
a8324e764d
Dashboard Typo changes
2025-10-31 12:43:35 +01:00
cbazza
adf9dd4f6a
favicon ausgetauscht
2025-10-31 12:35:48 +01:00
cbazza
36fab9cc9f
Merge branch 'main' of ssh://git.trai-infra.comstack.de:9922/bob.molitor/frontend
2025-10-31 11:19:03 +01:00
cbazza
3af862cc55
new fields from enrico
2025-10-31 11:18:43 +01:00
cbazza
8167b625ef
Merge branch 'main' of ssh://git.trai-infra.comstack.de:9922/bob.molitor/frontend
2025-10-20 09:55:27 +02:00
cbazza
d7fc25def6
pgsql db connection and testing route added
2025-10-20 09:53:34 +02:00
cbazza
7503ae7c04
Blade View converted to Volt Component CompanySearch
2025-10-17 11:11:54 +02:00
cbazza
d0574f4d91
Company Search added
2025-10-17 09:20:35 +02:00
cbazza
e3aae1302d
Claude.md hinzugefügt
2025-10-16 15:41:04 +02:00