WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd 39220bddf4 Sync trash calendar from official Nackenheim/KAW waste collection API
Adds trashCalendarSyncJob.ts, which pulls Restmüll/Biomüll/Gelbe Tonne/
Papiertonne dates for Nackenheim (CityId 35, Verbandsgemeinde Bodenheim)
from the public, keyless API behind lk.kaw-mainz-bingen.de's official
waste calendar, and upserts them into trash_schedule. Adds a unique
(type, date) constraint to prevent duplicate entries on reruns. Run via
`npm run trash-sync:run`, same standalone-script pattern as the other
reminder jobs.
2026-08-13 08:58:21 +00:00
backend Sync trash calendar from official Nackenheim/KAW waste collection API 2026-08-13 08:58:21 +00:00
prisma Sync trash calendar from official Nackenheim/KAW waste collection API 2026-08-13 08:58:21 +00:00
web-dashboard Restructure dashboard into sidebar navigation with grouped sections 2026-08-13 08:45:25 +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)