im makingI am creating a cinema website forfocused on client serviceservices, where a clientclients can reserve a tickettickets for a movie,while he can navigatesmovies and browse the cinemacinema's schedule (dailyboth daily and week schedulesweekly) that. The schedules will be managed and generated by thean administrator which he, who has the privileges of adding and deletingauthority to add or remove movies from the daily and weekly schedules. I plan to display the week schedulecalendar as a UI element in my app, and I have already found a library that will facilitate this approach.
theThe Problem : i need to know which implementation is better ? should i let the daily and weekly calendar (since i justI need to store every movie's date to use them later), is it necessary to keep these classes or there's another way to display the schedule toadvice on the clients best implementation approach?
Should I keep the daily and weekly calendars as separate classes (since I primarily need to store movie dates for later use)?
Should I keep only the dailyCalendar class to allow the admin to manage each day's schedule as a separate object in the calendar UI?