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

Product crud(Category 속성 -> 테이블 관리로 변경으로 인한 추가 개발) #65

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

wintiger98
Copy link
Contributor


name: Design Review
about: Design Review issue template


Name about title labels assignees
Pull Request It's for pull request "[PR]" PR @wintiger98

변경 사항

변경 전

  • Product 엔티티 내 category 속성 존재
  • category는 enum 값으로 관리

-> category의 변경사항이 잦을 가능성이 있으니 table로 관리하기로 결정

변경 후

  • Category 테이블 추가
  • Product 내에 category_id 외래키 추가
    • 1:1 비식별 관계

작업 내용:

  • Category 테이블 추가
  • Category CRUD 기능 추가
  • 기존 Product CRUD 로직 중 Category 속성 변경으로 인한 코드 변경

이번에 공들였던 부분:

  • 주석 작성

제출 전 필수 확인 사항:

  • 빌드가 되는 코드인가요?
  • 버그가 발생하지 않는지 충분히 테스트 해봤나요?

@wintiger98 wintiger98 added the PR label May 6, 2024
@wintiger98 wintiger98 requested review from kkho9654 and chanmin97 May 6, 2024 12:50
@wintiger98 wintiger98 self-assigned this May 6, 2024
Copy link
Contributor

@kkho9654 kkho9654 left a comment

Choose a reason for hiding this comment

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

카테고리 - 상품 1대1관계 수정 해주세여

@wintiger98
Copy link
Contributor Author

카테고리 - 상품 1대1관계 수정 해주세여

수정하겠습니다!

@wintiger98
Copy link
Contributor Author

카테고리 - 상품 1대1관계 수정 해주세여

완료

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants