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 director positions handling #430

Open LennartRukower opened 5 months ago

LennartRukower commented 5 months ago

Currently director positions are not dynamically retrieved by the backend and the frontend. This leads to a tighter coupling and if a new position is needed, the frontend and backend have to be changed. Therefore the director positions should be dynamically retrieved by the backend and sent to the frontend.