Create a Schema for week lessons

Hi all,

not sure if this is the right Category to ask this but here it goes.

How do you guys are customizing a Schema for weekly hour lessons (like school or gym classes).

I understand right now Squidex doesn’t have a component for this.
I’m thinking in creating a schema for the week day and inside it would have a Array for the lessons, what you think?

Ex:
Schema - WeekDay

  • Name
  • Lessons (Array)

Schema: Lessons

  • Name
  • Date Start
  • Date End

Thank you!

You can use arrays or components for that. A component could be useful if you have multiple types of lessons with separate fields. e.g. classes with a trainer or classes without a trainer.