curio-team / whiteboard

Een lijstjes tool voor het aanmelden voor vragen/aftekenen tijdens projecten en het aanmelden van bijlessen
1 stars 8 forks source link

Added modal to whiteboard view + corresponding jquery to send data to… #33

Open Annemiek257367 opened 4 years ago

Annemiek257367 commented 4 years ago

I added a description variable to the signUp method and of course added this to the route too. In the front-end I added a bootstrap modal where the student can add a description. This is in turn sent through a jquery function to signUp method in the WhiteboardController along with the userID and categoryID.