rwth-acis / mobsos-evaluation-center

Web UI for collaborative success modeling
3 stars 1 forks source link

Limit-backend-requests #114

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

The current implementation does n+1 backend requests if we have n questionnaires (1 for all the questionnaires and n for each questionnaire) This is unnecessary since the form is only needed after a survey was added to the success model. This PR fixes this issue by doing exactly that