Skip to content

Conversation

@johnbosco0414
Copy link
Collaborator

@johnbosco0414 johnbosco0414 commented Oct 1, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What):
  1. 시나리오 InitData 생성
  2. Scenario 엔티티 baseline unique제약 삭제 및 nullable=false로 변경
  3. 페이지네이션 0-based에서 1-based로 수정
  • 왜(Why):
  1. 프론트엔드에 더미데이터 제공 목적입니다.
  2. DecisionScenario가 직접적으로 baseline을 참조하게하기위함입니다.
  3. 코드 구성의 통일성을 위함입니다.

어떻게(요약) — 3줄 이내

  • 시나리오 InitData 생성하고 페이지네이션을 1-Based로 수정했습니다.

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #60

Copy link
Collaborator

@lcs9317 lcs9317 left a comment

Choose a reason for hiding this comment

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

좋습니다 고생하셨습니다

Copy link
Collaborator

@shihan00321 shihan00321 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@johnbosco0414 johnbosco0414 merged commit 2f44c6b into main Oct 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

REFACTOR 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR]: 시나리오 InitData 생성 및 페이지네이션 1-Based수정

4 participants