[IC2_BE] 신동민 - 설문조사 서비스 과제#20
Open
evan-dongmin wants to merge 47 commits into
Open
Conversation
초기 개발 환경 설정 및 깃 플로우 브랜치 전략 설명 추가
DB 모델링 설명 및 DDL 추가
feat : 엔티티 클래스 생성
Feature/ddl 업데이트
feat : 공통 응답 템플릿 생성
Feature/설문조사 생성기능 구현
Feature/설문조사 생성 유효성적용 및 글로벌 에러 핸들러 기능 구현
Feature/설문조사 관련 기능 모듈화 및 설문조사 수정 기능 구현
feat : 설문조사 응답 제출 기능 구현
feat : 설문조사 응답 제출 기능 기본 구현
feat : 스웨거 API 명세 구현
feat : 설문조사 응답 조회 확장 기능 구현
feat : 설문조사 응답 조회 확장 기능 스웨거 API 명세 구현
feat : 설문조사 생성 테스트 코드 구현
develop에서 main으로 merge
Feature/코드 리팩토링
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.
체크리스트
기능별 체크리스트
1. 설문조사 생성 API
2. 설문조사 수정 API
3. 설문조사 응답 제출 API
4. 설문조사 응답 조회 API
공통 추가 개발 체크리스트
프로젝트 설명
Swagger
Swagger UI 접속 주소
빌드 결과물
다운로드 링크
DB 모델링
개요
설문조사 서비스를 개발하기 위해 데이터베이스를 모델링했습니다. 주요 요구사항은 다음과 같습니다:
엔티티 설명
주요 엔티티는 다음과 같습니다:
엔티티 관계도 (ERD)
주요 고려 사항
1. 버전 관리
2. 선택형 항목의 선택지 관리
3. 응답 데이터의 유효성 검사
4. 고급 검색 기능 구현(예정)
컨벤션
브랜치 관리 전략
⚙️ github-flow
git 커밋 컨벤션
1. Commit Type
타입은 태그와 제목으로 구성되고, 태그는 영어로 쓰되 첫 문자는 대문자입니다.
태그 : 제목의 형태이며, :뒤에만 space가 있습니다.