Closed PJUllrich closed 6 years ago
Readme for pulling up frontend with docker-compose is now out of date
docker-compose instructions for frontend still needs a -f docker-compose-frontend.yml (yes, I'm aware I forgot to edit that in the first place:'))
If there is a degree mismatch when applying to a position, the university backend returns an exception, which causes a nullpointer in the student backend, and causes the frontend to say that the exchange position was successful (I don't know if the last one is causal or unrelated, but that's what I observe).
I would want to be able to show that there is actually something being validated.
Added all functionality for Lisa to go to Gent!
Gent can create a new ExchangePosition and Lisa can apply for it by proving that she fulfils all requirements and by creating a new ExchangeApplication. Gent can the accept that ExchangeApplication.
I added ITs as well to test this functionality.