ZuzannaZawartka / movie-ticket-management-system

C++ project with gui and database. Manage movies, schedules and book tickets.
5 stars 0 forks source link

Feature Request: Adding a Booking Management Window and Resolving Schedule Duration Conflicts #16

Closed ZuzannaZawartka closed 5 months ago

ZuzannaZawartka commented 5 months ago

Currently, there is no dedicated window for managing bookings within the application. This absence makes it challenging for users to efficiently manage their bookings. Additionally, there is redundancy in the data structure as the schedule duration is present both in the schedule and movie classes, leading to potential conflicts and inconsistencies.Conduct a UI overhaul to improve the overall look and feel of the application, focusing on usability and aesthetics.

sandra4747 commented 5 months ago

Created booking manager window and taken care of duration edit in manage schedule window.