You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedules is a special kind of document describing an approximately weekly business schedule.
It has some metadata (uploader, creation date, title, valid from, valid until, additional comments) and a list of ScheduleEvents: these consist of a date-time, a title, and an event type. The event type may be only a string for now, think about refining it to an enum.
Create the relevant database tables, repository class and service class
The text was updated successfully, but these errors were encountered:
Schedules is a special kind of document describing an approximately weekly business schedule.
It has some metadata (uploader, creation date, title, valid from, valid until, additional comments) and a list of
ScheduleEvent
s: these consist of a date-time, a title, and an event type. The event type may be only a string for now, think about refining it to an enum.Create the relevant database tables, repository class and service class
The text was updated successfully, but these errors were encountered: