-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12048] Migrate GetSessionResultsAction #12719
[#12048] Migrate GetSessionResultsAction #12719
Conversation
ed81535
to
9b4945b
Compare
2cc399b
to
901307a
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.
Good effort in migrating the action and the json bundle (which must have taken a lot of effort)!
Just some issues highlighted above with the getters and Const file usage and passing null to Teams.
Looking forward to the fixes and bringing this PR to life!
src/main/java/teammates/common/datatransfer/SqlCourseRoster.java
Outdated
Show resolved
Hide resolved
src/test/java/teammates/common/datatransfer/SqlSessionResultsBundleTest.java
Show resolved
Hide resolved
src/main/java/teammates/storage/sqlentity/FeedbackResponseComment.java
Outdated
Show resolved
Hide resolved
src/main/java/teammates/storage/sqlentity/FeedbackResponseComment.java
Outdated
Show resolved
Hide resolved
src/main/java/teammates/common/datatransfer/SqlCourseRoster.java
Outdated
Show resolved
Hide resolved
src/main/java/teammates/common/datatransfer/SqlCourseRoster.java
Outdated
Show resolved
Hide resolved
src/main/java/teammates/storage/sqlapi/FeedbackResponsesDb.java
Outdated
Show resolved
Hide resolved
src/main/java/teammates/storage/sqlapi/FeedbackResponsesDb.java
Outdated
Show resolved
Hide resolved
src/it/java/teammates/it/ui/webapi/GetSessionResultsActionIT.java
Outdated
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.
Xenos, some comments below. Nice work!
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, thanks for the hard work on this!
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.
Hey Xenos, very good work. Thank you for doing this! LGTM.
Part of #12048
Outline of Solution