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 #45

Merged
merged 21 commits into from
Apr 24, 2024
Merged

Product crud #45

merged 21 commits into from
Apr 24, 2024

Conversation

wintiger98
Copy link
Contributor

@wintiger98 wintiger98 commented Apr 8, 2024


name: Design Review
about: Design Review issue template


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

작업 내용:

  • Product Create
  • Product Retrieve
  • Product Update
  • Product Delete
  • Product Custom Exception

피드백 변경 사항

  • 성능 개선을 위한 ModelMapper -> MapStruct 변경
    • 전체적인 Product 클래스 코드 변경
    • ProductMapper 인터페이스 추가
    • ProductUpdate DTO 추가
    • build.gradle 에서 ModelMapper 디펜던시 삭제
    • ModelMapperConfig.java 파일 삭제

주석 추가

  • Service 메서드 주석 추가

제출 전 필수 확인 사항:

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

- Product 엔티티에 대한 기본적인 CRUD 기능의 틀을 구현하였습니다.
- 현재까지 GET 요청에 대한 테스트를 완료했습니다. 이를 통해 상품의 목록 조회 및 단일 상품 조회 기능이 정상적으로 동작함을 확인하였습니다.
- Create, Update, Delete 기능에 대해서는 추가적인 구현이 필요합니다.
  다음 단계에서는 이러한 기능들을 완성하여 상품 관리 기능을 완전히 지원할 예정입니다.
- DTO 처리는 Service 단에서
- Controller는 요청 처리 로직만 수행
@wintiger98 wintiger98 added the PR label Apr 8, 2024
@wintiger98 wintiger98 requested review from kkho9654 and chanmin97 April 8, 2024 02:00
@wintiger98 wintiger98 self-assigned this Apr 8, 2024
@wintiger98
Copy link
Contributor Author

리뷰좀요,,

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.

업데이트에 대한 테스트 코드도 확인해주세욤

Copy link
Contributor

@chanmin97 chanmin97 left a comment

Choose a reason for hiding this comment

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

확인했습니다

- 변경사항으로 인한 전체적인 Product 클래스 코드 변경
- Service 메서드 주석 추가
- ProductMapper 인터페이스 추가
- ProductUpdate DTO 추가
- build.gradle 에서 ModelMapper 디펜던시 삭제
- ModelMapperConfig.java 파일 삭제
@kkho9654 kkho9654 self-requested a review April 15, 2024 10:00
@kkho9654
Copy link
Contributor

어케 approve하지

Copy link
Contributor

@chanmin97 chanmin97 left a comment

Choose a reason for hiding this comment

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

확인

@wintiger98 wintiger98 merged commit c6ab786 into main Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants