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

fix: 계층적 테이블 구조에서 상위 테이블 삭제시 동작 정의 #315

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. feat: Patch형태의 수정 API에서 수정할 프로퍼티가 없으면 유효하지 않은 요청으로 판단하는 유효성검사 추가

    - epic 수정 API에 적용
    - story 수정 API에 적용
    - task 수정 API에 적용
    - member 수정 API에 적용
    choyoungwoo9 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c409134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8355ba7 View commit details
    Browse the repository at this point in the history
  3. fix: 계층적 테이블 구조에서 상위 테이블 삭제시 동작 정의

    - 상위 테이블 삭제시 유효하지 않은 정보는 함께 삭제되게 구현
    - 상위 테이블 삭제에도 유효한 정보(메모-멤버, 태스크-멤버)는 NULL로 설정
    choyoungwoo9 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b7cc4ba View commit details
    Browse the repository at this point in the history