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

[feat] 필수 정보 등록 API #19

Merged
merged 17 commits into from
Jan 22, 2025
Merged

[feat] 필수 정보 등록 API #19

merged 17 commits into from
Jan 22, 2025

Conversation

leeseulgi0208
Copy link
Contributor

@leeseulgi0208 leeseulgi0208 commented Jan 18, 2025

개요

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).
    image
    image
    image

📣 To Reviewers

member 쪽 미완성으로, 우선 MemberID를 Pathvariable로 받아와서 테스트 했습니다.
이 부분은 모든 api 완성 후 한 번에 처리할 예정입니다.
url로 반환하는 부분도 추후에 추가 예정입니다.
예외처리도 한 번에 처리할 에정입니다.

@leeseulgi0208 leeseulgi0208 added feat New feature or request 위즈 labels Jan 18, 2025
@leeseulgi0208 leeseulgi0208 self-assigned this Jan 18, 2025
@leeseulgi0208 leeseulgi0208 linked an issue Jan 18, 2025 that may be closed by this pull request
8 tasks
@dyk-im dyk-im marked this pull request as draft January 18, 2025 12:44
@leeseulgi0208 leeseulgi0208 changed the title [feat] 이미지 저장 [feat] 필수 정보 등록 API Jan 18, 2025
@dyk-im dyk-im marked this pull request as ready for review January 20, 2025 21:35
Copy link
Contributor

@dyk-im dyk-im left a comment

Choose a reason for hiding this comment

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

청첩장 관련 코드 구현하시느라 고생 많으셨습니다! 코드 모두 확인 마쳤고, 수정해야할 부분, 논의 했으면 하는 부분들 리뷰 남겼으니 확인 부탁드려요!
그리고 제가 놓친 부분이 있을 수도 있습니다. 추후 서브도메인 그리고 유저와 크로스 해서 작업이 많을 텐데 원만한 합의를 통해 진행하시면 좋겠습니다!


@Getter
@NoArgsConstructor
public class BankAccountDTO {
Copy link
Contributor

Choose a reason for hiding this comment

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

Request와 Response가 명확하도록 dto 명을 수정해주시면 좋겠습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

청첩장 등록과 조회 모두에서 같은 dto를 사용할 예정인데 나눠서 만들어야 하는지 궁금합니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

요청과 응답이 동일하다면 동일하게 사용해도 괜찮을 것 같습니다!

@Column(nullable = false)
private int location;

@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.REMOVE) // 초대장 삭제 시 이미지도 삭제
Copy link
Contributor

Choose a reason for hiding this comment

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

Cascade REMOVE 옵션을 새롭게 알게됐습니다!
Comments, Decisions 엔티티도 이에 맞게 수정해보겠습니다.
수고 많으셨습니다!

Copy link
Contributor

@dyk-im dyk-im left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 추후 소셜로그인 작업 끝나면 다시 작업 바로 진행 부탁드려요!

@dyk-im dyk-im merged commit adf78df into develop Jan 22, 2025
2 checks passed
@dyk-im dyk-im deleted the feat/#15-이미지-저장 branch January 22, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request 위즈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 필수 정보 등록 API
4 participants