[IC2_BE] 유효진- 설문조사 서비스 과제#2
Open
youabledev wants to merge 54 commits into
Open
Conversation
added 2 commits
November 24, 2024 23:33
Member
Author
|
@heli-os Labels 설정이 되지 않습니다! |
Member
@youabledev 여기서 안되실까요? 권한 이슈인거 같기도한데, 확인해보겠습니다~ |
Member
Author
|
@heli-os 네, 우측의 톱니바퀴 아이콘이 보이지 않아요! |
Member
다시 한번 확인 해주실 수 있을까요? |
Member
Author
|
labels 추가 잘 됩니다! 감사합니다~ |
added 3 commits
November 25, 2024 09:36
- 설문 생성 및 관리를 위한 Survey, Question, Option 엔티티 구현 - 설문 응답 저장을 위한 Response, Answer 엔티티 구현
This reverts commit a622241.
- @builder가 아닌 toEntity 메소드 사용해서 Request에서 Entity로 변환 가능하도록 변경
Member
Author
|
@heli-os |
- QuestionRequestTest - SurveyRequetTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

DB 정보
ERD
API 명세
https://github.com/youabledev/be-onboarding-project/blob/main/README.md
진행사항
기본사항
Advanced
우대사항
궁금한 것
그러다 후보 값 자체에 구분자가 들어갈 수도 있을 것 같아 option이라는 테이블을 생성했습니다. 설문조사 수정 구현시 꽤나 복잡해져서 이렇게 하는게 좋을지, 후보값에 들어가지 않을 구분자를 사용해 하나의 문자열로 저장하면 좋을지 고민이 되었습니다.