Commit Graph

7 Commits

Author SHA1 Message Date
Agent Zero 9a269aa54f feat(T04): Rentman integration – equipment sync, API endpoints, frontend updates
- Update equipment model with Rentman-compatible fields
- Add/Update equipment router endpoints for sync operations
- Enhance rentman_service with full API client logic
- Improve sync_service for bidirectional equipment sync
- Update docker-compose with Rentman env vars
- Update frontend useApi composable and nuxt config
- Update mietkatalog pages with Rentman-integrated data display
- Add images/ to .gitignore (binary assets, 36MB)
2026-07-11 18:17:55 +02:00
Agent Zero 30db3491c0 fix: use model_dump() for Redis cache serialization - prevents 500 on cached equipment API calls 2026-07-11 18:17:55 +02:00
Implementation Engineer 7b1bebe7da fix: add pydantic[email] + correct DATABASE_URL to postgresql+asyncpg 2026-07-10 09:59:14 +02:00
Implementation Engineer 22acc39017 feat(T08): Docker, deployment & CI/CD – dockerfiles, compose, forgejo actions, readme 2026-07-10 01:34:31 +02:00
Implementation Engineer a1bba48cd7 feat(T07): Warenkorb & Mietanfrage frontend – cart store, drawer, pages, form, tests 2026-07-10 01:32:19 +02:00
Implementation Engineer e220ff7db9 test(T05): contact router, rental router, email service, rate limiting tests + retry queue 2026-07-10 01:05:58 +02:00
Implementation Engineer 88cff68f73 feat: T03+T04 backend - FastAPI, DB models, Rentman integration, admin auth, APScheduler 2026-07-09 01:37:58 +02:00