diff --git a/public/static/cue.webp b/public/static/cue.webp index 0b75334..5ab9cea 100644 Binary files a/public/static/cue.webp and b/public/static/cue.webp differ diff --git a/src/content/projects/cue.md b/src/content/projects/cue.md index c1a30bf..3d3de34 100644 --- a/src/content/projects/cue.md +++ b/src/content/projects/cue.md @@ -1,10 +1,10 @@ --- -name: 'Cue - On-Demand Resource Booking' +name: 'Cue: On-Demand Resource Booking' description: 'An on-demand resource booking system built for an arcade/pool venue' tags: ['python', 'typescript', 'svelte', 'postgresql'] image: '../../../public/static/cue.webp' order: 3 -startDate: '2025-07-23' +startDate: '2025-09-23' ---
@@ -40,6 +40,7 @@ Cue eliminates these issues by centralizing booking management with real-time tr - Maintenance windows to mark resources as unavailable - Move bookings between resources of the same type - Cancel or extend active bookings +- Admins configure which operations require employee authentication ## Tech Stack