WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd 92101e3077 Let uploaded documents open as a preview, download separately
Every uploaded-document link (contract PDFs, ID front/back, Schufa
report — active and archived) previously forced a download on click
via the `download` attribute, with no way to just look at the file
first. New shared buildDocumentChip() renders the filename as a
target="_blank" link (browsers preview PDFs/images natively) plus a
small ⬇ icon next to it for an explicit download, reused across all
three places these chips are rendered.
2026-08-13 12:11:08 +00:00
backend Auto-create a contract when a room-assigned invitation is accepted 2026-08-13 12:02:03 +00:00
prisma Require phone, current address and ID copy for new tenants 2026-08-13 11:25:57 +00:00
web-dashboard Let uploaded documents open as a preview, download separately 2026-08-13 12:11:08 +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)