I already have an automated reservation system in place, including a frontend, backend, and a Supabase database. At the moment, the reservation list only displays future bookings. The goal of this project is to extend the existing functionality so that past bookings can also be viewed. This includes, but is not limited to: Updating backend logic and Supabase queries to correctly retrieve past reservations Implementing a clear separation between future and past bookings (e.g. filters, tabs, or separate views) Displaying past bookings in the frontend in a structured and user-friendly way Ensuring that existing features and workflows remain unaffected The current codebase and system architecture are already available and should be reused.