WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd a8dc999180 Add multi-file contract document uploads (Verträge & Abrechnung)
Replaces the unused, never-wired-up single contractPdfUrl field with
contractDocumentUrls (String[]) so landlords can attach several files
per contract (signed lease, addenda, ...) instead of just one. New
endpoints: GET /contracts/documents (tenant sees own contract only,
landlord sees all — same visibility rule as the rest of the app),
POST/DELETE /contracts/:id/documents (landlord/admin only). Frontend
reuses the existing FileReader-to-data-URL upload pattern already used
for inventory photos, so files are stored inline like everywhere else
in this app rather than introducing a new storage mechanism.
2026-08-13 09:52:56 +00:00
backend Add multi-file contract document uploads (Verträge & Abrechnung) 2026-08-13 09:52:56 +00:00
prisma Add multi-file contract document uploads (Verträge & Abrechnung) 2026-08-13 09:52:56 +00:00
web-dashboard Add multi-file contract document uploads (Verträge & Abrechnung) 2026-08-13 09:52:56 +00:00
.gitignore Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
README.md Initial commit 2026-08-12 16:24:25 +00:00

wg-verwaltung

WG- & Vermieter-Management-App (Backend + Dashboard)