Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] define 'schedule' table(s) and relevant classes #4

Open
Tracked by #20
aestallon opened this issue Aug 12, 2023 · 0 comments
Open
Tracked by #20

[TASK] define 'schedule' table(s) and relevant classes #4

aestallon opened this issue Aug 12, 2023 · 0 comments
Labels
domain Backend related - domain layer
Milestone

Comments

@aestallon
Copy link
Member

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

@aestallon aestallon added the domain Backend related - domain layer label Aug 12, 2023
@aestallon aestallon added this to the 0.2.0 milestone Sep 11, 2023
@aestallon aestallon mentioned this issue Sep 11, 2023
4 tasks
@aestallon aestallon changed the title define 'schedule' table(s) and relevant classes [TASK] define 'schedule' table(s) and relevant classes Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain Backend related - domain layer
Projects
Status: Todo
Development

No branches or pull requests

1 participant