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/#109] 모델 메인뷰에서 상세보기 할시에, isClicked true 처리 #111

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

hellozo0
Copy link
Member

관련 이슈번호

해결하는 데 얼마나 걸렸나요? (예상 작업 시간 / 실제 작업 시간)

  • 10m / 1h

해결하려는 문제가 무엇인가요? && 어떻게 해결했는가요

  • 모델 메인뷰에서 상세보기 할시에, isClicked true 처리
  • 작업을 하다가 쿼리가 원하는 값 형태로 오지 않는다는 에러를 발견
  • 구현 된 로직중에 모델이 application 1개만 작성한다는 전제하에 작성된 코드를 발견
  • (문제 상황) application 정보를 조회하는 부분에서 userId로 한가지 지원서만 조회하는 코드가 있었는데, 따라서 해당 제안서가 제안했던 지원서를 기준으로 조회를 했어야했다.. 그 문제를 해결하느라 오래 걸림
  • 또한 true로 바뀌지 않는 문제가 있었는데 @transactional 어노테이션을 호출부와 바껴야하는 로직이 있는 두개의 함수에 다 붙여줬다.

@hellozo0 hellozo0 added the fix label Jan 12, 2024
@hellozo0 hellozo0 requested review from KWY0218 and pkl0912 January 12, 2024 10:05
@hellozo0 hellozo0 self-assigned this Jan 12, 2024
Copy link
Contributor

@pkl0912 pkl0912 left a comment

Choose a reason for hiding this comment

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

offer 로 application 찾기 확인했습니다!

@@ -183,10 +181,22 @@ private StyleDetailResponse getStyleDetailResponse(Long userId, Long offerId) {
return styleDetailResponse;
}

@Transactional
public void handleOfferClickStatus(HairServiceOffer hairServiceOffer){
Copy link
Member

Choose a reason for hiding this comment

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

p2
해당 클래스 내부에서만 사용하는 함수인 것 같아 private 이 적합해 보입니다!

Copy link
Member

@KWY0218 KWY0218 left a comment

Choose a reason for hiding this comment

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

작업하시느라 고생하셨습니다!
코맨트 확인해주세요!

@@ -183,10 +181,22 @@ private StyleDetailResponse getStyleDetailResponse(Long userId, Long offerId) {
return styleDetailResponse;
}

@Transactional
Copy link
Member

Choose a reason for hiding this comment

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

p3
해당 @Transactional 이 없어도 될 것이라고 생각합니다!

Copy link
Member

@KWY0218 KWY0218 left a comment

Choose a reason for hiding this comment

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

굿굿!!

@hellozo0 hellozo0 merged commit f0a569c into develop Jan 12, 2024
1 check passed
@hellozo0 hellozo0 deleted the fix/#109 branch January 12, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 모델 메인뷰에서 상세보기 할시에, isClicked true 처리
3 participants