Skip to content

Unify API of lesson period with event and extra lesson by adding properties for group names

Jonathan Weth requested to merge fix/unify-group-names-api into master

To be able to use the same API on the models lesson period, event and extra lesson which are often used in a common context (e. g. in Alsijil), I added the properties group_names and group_short_names to the lesson period model. They will use the connected lesson object for getting the real data.

Merge request reports