jbt-it / neomdb

Database application to manage member data, projects and events.
GNU General Public License v3.0
8 stars 2 forks source link

Implement dynamic mandatory workshop handling #428

Open LennartRukower opened 5 months ago

LennartRukower commented 5 months ago

Currently mandatory workshops are not explicitly implemented in the database. As a result, the backend and frontend are hard programmed to know which workshops are mandatory. If a new mandatory workshop is needed or an old mandatory workshop is removed, the frontend and backend have to be changed. Therefore the mandatory workshops should be dynamically retrieved by the backend and sent to the frontend. This requires a change to the database.