This merge request contains a feature that students can update their room, the comment (their location in the room) and the question.
There already exists a possibility to update the room, next to this I added two textfields where student can see their current comment / question and update them if they choose to. Also the title of the block is changed. I decided to get rid of the word room, since logically it is a subset of location and with all three words the title seemed too long.
Since now, the student is allowed to change more than just their room location, the update message should also change to reflect this.
updateRoom
and updateRoomInfo
are changed to updateRequestInfo
to correctly name the method.Closes #222 (closed)