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

[#12048] Migrate GetFeedbackSessionLogsAction #12862

Merged
merged 6 commits into from
Mar 5, 2024

Conversation

weiquu
Copy link
Contributor

@weiquu weiquu commented Mar 2, 2024

Part of #12048

Couldn't create an alternate constructor because the generic types used in Map<String, *> are erased, so constructors will conflict. I instead used generic types for the 2 affected constructors, and placed all the type checks in FeedbackSessionLogData to reduce messiness. Also left a comment so that after migration is done, the generic types can be replaced with the actual types used (i.e. FeedbackSession and Student)

Copy link
Contributor

@cedricongjh cedricongjh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@domlimm domlimm added the s.ToReview The PR is waiting for review(s) label Mar 3, 2024
@cedricongjh cedricongjh added s.FinalReview The PR is ready for final review and removed s.ToReview The PR is waiting for review(s) labels Mar 4, 2024
@ziqing26 ziqing26 self-requested a review March 5, 2024 11:05
Copy link
Contributor

@ziqing26 ziqing26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ziqing26 ziqing26 added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.FinalReview The PR is ready for final review labels Mar 5, 2024
@weiquu weiquu merged commit cad9954 into TEAMMATES:master Mar 5, 2024
10 of 11 checks passed
@cedricongjh cedricongjh added this to the V9.0.0-beta.0 milestone Mar 10, 2024
@weiquu weiquu self-assigned this Mar 10, 2024
@weiquu weiquu added the c.Task Other non-user-facing works, e.g. refactoring, adding tests label Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c.Task Other non-user-facing works, e.g. refactoring, adding tests s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants