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

[SL-11 CHORE] parts return값 수정 #31

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

jinyoungpark00
Copy link
Collaborator

티켓

[SL-11]

변경사항

  • parts 호출 시 partContent, typeOfTalent, imageUrl, partQuestions, curriculumContents, commonQuestions도 리턴되도록 수정했습니다.

부가설명

  • gpt 돌려서 빠르게 만든 기능이라서 후에 수정이 필요할 것 같습니다.

고려사항


스크린샷

{
"partContent": "백엔드 콘텐츠",
"typeOfTalent": "백엔드 능력",
"imageUrl": null,
"partQuestions": [
"백엔드 질문1, 백엔드 질문2, 백엔드 질문3"
],
"curriculumContents": [
"백엔드 커리큘럼"
],
"commonQuestions": [
"공통 질문1",
"공통 질문2",
"공통 질문3",
"공통 질문4",
"공통 질문5"
]
}

  • 이런 식으로 리턴됩니다.

@jinyoungpark00 jinyoungpark00 added the Chore minor modifications label Dec 7, 2023
@jinyoungpark00 jinyoungpark00 self-assigned this Dec 7, 2023
@jinyoungpark00 jinyoungpark00 merged commit 5069770 into develop Dec 7, 2023
1 check passed
@jinyoungpark00 jinyoungpark00 deleted the chore/SL-11/parts branch December 7, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore minor modifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant