Add visual booking calendar (weekly Teams-style view)

- New weekly calendar at /bookings/calendar with time blocks per booking
- Color-coded by worker, overlapping bookings shown side-by-side
- Click booking to see details, edit or delete
- Worker filter dropdown, week navigation (prev/next/today)
- AJAX week loading for smooth navigation
- Link between list view and calendar view

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ubuntu
2026-05-07 14:03:41 +00:00
co-authored by Claude Opus 4.6
parent a100acddec
commit 6abb90329d
6 changed files with 584 additions and 0 deletions
@@ -0,0 +1,5 @@
<?php
include(getcwd().'/application/views/includes/skeleton-top.php');
include(getcwd().'/application/views/admin/includes/booking-calendar-form.php');
include(getcwd().'/application/views/includes/skeleton-bottom.php');
?>