Skip to content

Conversation

@Mudaafi
Copy link
Contributor

@Mudaafi Mudaafi commented Jun 6, 2024

Overview

Add path_list to ResultGroup model.

Changes

  • New Model: ResultGroupPathListItem
    • Field - id: String
    • Field - displayName: String
  • Changed Model: ResultGroup
    • New Field - pathList: ResultGroupPathListItem
    • New Getter/Setter

Note

Version_Id for Quizzes seems incorrect for the tests. I'll throw up a story to fix it.

@Mudaafi Mudaafi requested review from a team and stanlp1 and removed request for a team and stanlp1 June 6, 2024 23:17
@Mudaafi Mudaafi requested a review from stanlp1 June 6, 2024 23:38
Copy link
Contributor

@stanlp1 stanlp1 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 for adding this.

Super minor comments.


import com.google.gson.annotations.SerializedName;

/** Constructor.io Item Group ... uses Gson/Reflection to load data in */
Copy link
Contributor

Choose a reason for hiding this comment

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

Comment Update?

private String path;

@SerializedName("path_list")
private List<ResultGroupPathListItem> pathList;
Copy link
Contributor

Choose a reason for hiding this comment

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

wyt about just naming this PathListItem or PathListGroup.. Something like that.

No harm, it's fine as is but just thought it was long 😅

@stanlp1 stanlp1 merged commit 42a22a1 into master Jun 10, 2024
@stanlp1 stanlp1 deleted the ci-3556-java-add-path_list-to-resultdata branch June 10, 2024 20:54
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.

3 participants