-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed update service methods and implemented cucumber tests #108
Conversation
…s to work with null fields
…s to work with null fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, some of them can be applied to multiple parts of this PR (like the loop break one) so keep an eye out for those
Backend/src/main/java/ca/mcgill/cooperator/controller/StudentReportController.java
Outdated
Show resolved
Hide resolved
Backend/src/main/java/ca/mcgill/cooperator/service/AdminService.java
Outdated
Show resolved
Hide resolved
Backend/src/main/java/ca/mcgill/cooperator/service/CoopDetailsService.java
Outdated
Show resolved
Hide resolved
Backend/src/main/java/ca/mcgill/cooperator/service/EmployerReportService.java
Outdated
Show resolved
Hide resolved
Backend/src/main/java/ca/mcgill/cooperator/service/EmployerReportService.java
Outdated
Show resolved
Hide resolved
Backend/src/main/java/ca/mcgill/cooperator/service/NotificationService.java
Outdated
Show resolved
Hide resolved
Backend/src/test/java/ca/mcgill/cooperator/controller/StudentReportControllerIT.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some minor comments 🌮
Summary
Test Plan
mvn test, integration tests and cucumber tests
Related Issues
closes #95, part of #54