Skip to content
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

Merged
merged 16 commits into from
Feb 23, 2020

Conversation

susanmatuszewski
Copy link
Contributor

Summary

  • changed update methods to allow for null arguments, this way only necessary fields are updated
  • added more cucumber tests for admin and student
  • fixed bug with set and list pointers

Test Plan

mvn test, integration tests and cucumber tests

Related Issues

closes #95, part of #54

@kraglalbert kraglalbert self-requested a review February 21, 2020 21:44
Copy link
Member

@kraglalbert kraglalbert left a 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

@kraglalbert kraglalbert added backend A task/issue related to the backend fix labels Feb 21, 2020
Copy link
Member

@kraglalbert kraglalbert left a 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 🌮

@susanmatuszewski susanmatuszewski merged commit 58c0837 into master Feb 23, 2020
@susanmatuszewski susanmatuszewski deleted the susan/cucumber-tests branch February 23, 2020 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend A task/issue related to the backend fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix update methods to accept only parameters that should be updated
2 participants