Commit Graph

8 Commits

Author SHA1 Message Date
LagoESP e85b319c93 feat: add deposit and weekend km allowance to vehicles, update migrations and booking flow
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 16:00:06 +02:00
LagoESP d960e37aa8 feat: enhance booking flow with BPF wizard, weekend pricing, and document uploads
- Updated translations for German and English to reflect changes in deposit terminology.
- Modified index.html to implement a new booking flow with a step-by-step wizard for vehicle selection, contact details, and ID verification.
- Added CSS styles for the new booking flow interface, including responsive design and improved input styles.
- Created new database policies and tables for handling customer and lead attachments during the booking process.
- Introduced weekend pricing and daily KM limits for vehicles in the database schema.
- Implemented email-based customer upsert functionality to streamline lead qualification and attachment transfer.

Co-authored-by: Copilot <copilot@github.com>
2026-04-29 15:01:25 +02:00
Lago 1498ec78c3 fix: generate config.js inline via entrypoint — Unraid doesn't preserve execute bits on bind mounts 2026-04-17 23:04:03 +02:00
Lago 27c55f3e69 refactor: derive GoTrue URLs from SITE_URL + SUPABASE_PUBLIC_URL — only 2 vars to change between local and prod 2026-04-17 22:34:18 +02:00
Lago e0a2cf96cc fix: remove :ro from web html mount so 99-config.sh can write config.js 2026-04-17 19:05:25 +02:00
Lago 8b0a25f9c3 chore: remap external ports to 555xx range to avoid host collisions 2026-04-17 18:50:49 +02:00
Lago 5865f796ce feat: Portainer-compatible stack — no build step, bind-mount web service, LF-enforced shell scripts 2026-04-17 18:41:41 +02:00
Lago 61517879e1 feat: Add Supabase configuration and migrations for MC Cars application
- Create Kong declarative configuration for routing and authentication.
- Implement initialization script to set up the database.
- Add SQL migration for initializing roles, schemas, and seeding vehicle data.
- Create leads and customers tables with appropriate policies and functions for CRM.
- Seed admin user and configure storage bucket with RLS policies.
2026-04-17 17:50:57 +02:00