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

Create a new GET /courses_user endpoint #720 #737

Merged

Conversation

csehatt741
Copy link
Contributor

Resolves #720

What changes did you make and why did you make them?

  • Annotated CourseUserService.getCourseUserByUserId return type to explicitly specify type information
  • Added CoursesUserController and exposed the new GET /courses_user endpoint to retrieve session and course data specifically for courses or session pages
  • Added required dependencies to CourseUserModule

Did you run tests? Share screenshot of results:

image

@csehatt741
Copy link
Contributor Author

@kyleecodes, could you review this PR, please?

@kyleecodes kyleecodes self-assigned this Jan 4, 2025
@csehatt741 csehatt741 force-pushed the csehatt741/courses_user-endpoint-#720 branch from b33fffc to 0bbaaf3 Compare January 6, 2025 08:19
Copy link
Member

@kyleecodes kyleecodes left a 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!

@csehatt741
Copy link
Contributor Author

GET /courses_user endpoint functionality verification:

image

Copy link
Member

@kyleecodes kyleecodes left a 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!

@kyleecodes kyleecodes merged commit e0efed7 into chaynHQ:develop Jan 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a new GET /courses_user endpoint
2 participants