Skip to content

Conversation

@lcs9317
Copy link
Collaborator

@lcs9317 lcs9317 commented Oct 12, 2025

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

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

무엇을 / 왜

  • 무엇(What):
  1. 트리출력 버그 수정
  2. 베이스라인 삭제 구현
  • 왜(Why):
  1. 트리출력시 포크 부분에서 출력이 터지는 버그 수정
  2. 베이스 라인 삭제 기능 구현을 위함

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

  • 트리 출력시 모든 노드에 root, prelude, normal, fork, from-base 라는 마크를 남겨 노말일 경우에만 출력하여 포크,frombase시 노드가 보이지 않게 하고 그 모든 앵커들은 원본 normal 노드를 가리키게 만듬
    베이스 라인 삭제 api를 추가하여 해당하는 베이스 라인 id와 연동된 모든 db데이터 삭제

영향 범위

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

체크리스트

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

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #101

@lcs9317 lcs9317 added the FIX 버그 수정 label Oct 12, 2025
@lcs9317 lcs9317 self-assigned this Oct 12, 2025
Copy link
Collaborator

@johnbosco0414 johnbosco0414 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.

확인했습니다!

Comment on lines 53 to 56
@OneToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "scenario_id")
private Scenario scenario;

Copy link
Collaborator

Choose a reason for hiding this comment

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

@OneToOne(mappedBy = "decisionLine", fetch = FetchType.LAZㅛ)
private Scenario scenario;

시나리오 쪽에서 OneToOne 설정이 되어 있어서 이 방향으로 고민해봐주실 수 있을까요?

추가적으로 sql 구문은 추가할 필요 없을 것 같습니다! 감사합니다!!

@lcs9317 lcs9317 merged commit c5d7559 into main Oct 13, 2025
3 checks passed
@lcs9317 lcs9317 deleted the node/10 branch October 13, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FIX 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX]: 트리 출력 버그 수정 및 베이스라인 삭제

5 participants