Quintor / StudyBits

Apache License 2.0
6 stars 5 forks source link

Added ExchangePosition Application Functionality and ITs #87

Closed PJUllrich closed 6 years ago

PJUllrich commented 6 years ago

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.

pimotte commented 6 years ago

Readme for pulling up frontend with docker-compose is now out of date

pimotte commented 6 years ago

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:'))

pimotte commented 6 years ago

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.