-
- Downloads
Record student questions per request
Add a question text box the the enqueue form. Display the question in the Request view. The question is stored as a clob or text type in h2. It requires testing whether this works for mysql and if the hibernate validation agrees with the type liquibase chooses there. Currently students are allowed to leave the question empty should it become a mandatory field?
Showing
- docker/Dockerfile 0 additions, 0 deletionsdocker/Dockerfile
- src/main/java/nl/tudelft/ewi/queue/model/Request.java 14 additions, 0 deletionssrc/main/java/nl/tudelft/ewi/queue/model/Request.java
- src/main/resources/migrations.yaml 32 additions, 22 deletionssrc/main/resources/migrations.yaml
- src/main/resources/static/js/question.js 14 additions, 0 deletionssrc/main/resources/static/js/question.js
- src/main/resources/templates/lab/enqueue.html 13 additions, 1 deletionsrc/main/resources/templates/lab/enqueue.html
- src/main/resources/templates/request/view.html 5 additions, 0 deletionssrc/main/resources/templates/request/view.html
Loading
Please sign in to comment