-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create a new GET /courses_user endpoint #720 #737
Create a new GET /courses_user endpoint #720 #737
Conversation
@kyleecodes, could you review this PR, please? |
b33fffc
to
0bbaaf3
Compare
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 so far. Confirmed all integration tests pass on my machine. Next, I'm testing the functionality of the new endpoint, then will merge ASAP.
Meanwhile @csehatt741 it would be helpful to provide screenshots verifying the functionality of your new GET /courses_user endpoint. Thanks!
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. Verified integration tests and functionality on my machine.
Thank you @csehatt741!
Resolves #720
What changes did you make and why did you make them?
CourseUserService.getCourseUserByUserId
return type to explicitly specify type informationCoursesUserController
and exposed the newGET /courses_user
endpoint to retrieve session and course data specifically for courses or session pagesCourseUserModule
Did you run tests? Share screenshot of results: