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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Some jobs are only needed if there are groups of one or multiple specific categories. It would be nice to hide these jobs if none of those categories is active.
This consists of two parts:
Linking the models of job and group category with a ManyToMany relation (while using None as default for a job belonging to all categories without the need to explicitly model this)
Hiding all jobs that are not universal and do not belong to any of the active categories
The text was updated successfully, but these errors were encountered:
Bitte dran denken dass im Laufe einer ophase gruppenkategorien auch abselektiert werden wenn genügend Tutoren vorhanden sind. Genügend Bachelor Tutoren zu haben geht aber nicht damit einher genug Geländespielhelfer zu haben etc
Some jobs are only needed if there are groups of one or multiple specific categories. It would be nice to hide these jobs if none of those categories is active.
This consists of two parts:
The text was updated successfully, but these errors were encountered: