ZuzannaZawartka / movie-ticket-management-system

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

Bug: Schedule View List Not Sorted by Date and Time and unnecessary Ticket class #19

Closed ZuzannaZawartka closed 4 months ago

ZuzannaZawartka commented 5 months ago

1.The Schedule View list is not sorted by date and time in any view. This issue affects usability as events are not displayed in chronological order, making it difficult to follow the schedule.

Expected Behavior The list in the Schedule View should be sorted by date and time in ascending order.

this applies to both the list window and the (schedule) booking list window

2.Remove the unnecessary Ticket class, as it is not needed.

sandra4747 commented 5 months ago

Removed Person and Ticket classes.

sandra4747 commented 4 months ago

Added sorting schedules by date operation.

sandra4747 commented 4 months ago

Added sorting by time if date is the same.