-
- Downloads
Fix endpoint for reporting feedback and update model
Make sure the endpoint works correctly with the right information regarding the feedback Make sure the feedback can be reported as innapropriate
Showing
- src/main/java/nl/tudelft/queue/controller/HomeController.java 6 additions, 6 deletions...main/java/nl/tudelft/queue/controller/HomeController.java
- src/main/java/nl/tudelft/queue/dto/view/FeedbackViewDTO.java 2 additions, 0 deletionssrc/main/java/nl/tudelft/queue/dto/view/FeedbackViewDTO.java
- src/main/java/nl/tudelft/queue/model/Feedback.java 4 additions, 0 deletionssrc/main/java/nl/tudelft/queue/model/Feedback.java
- src/main/java/nl/tudelft/queue/service/FeedbackService.java 6 additions, 0 deletionssrc/main/java/nl/tudelft/queue/service/FeedbackService.java
- src/main/resources/templates/home/feedback.html 25 additions, 4 deletionssrc/main/resources/templates/home/feedback.html
Loading
Please sign in to comment