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] isCoffeeChatActivate param 추가 #543

Merged
merged 5 commits into from
Nov 9, 2024

Conversation

jun02160
Copy link
Member

@jun02160 jun02160 commented Nov 9, 2024

🐬 요약

반영이 안 된 부분이 있어 다시 올립니다!

  • [Fix] 멤버 coffee chat 관련 필드 반영 #540 PR에서 checkPhoneBlind()의 변경사항을 추가합니다. 해당 함수에서 새로운 response 객체를 반환하는 로직에 의해 의도한 결과가 반환되지 않는 문제를 해결했습니다

👻 유형

PR의 유형에 맞게 체크해주세요!

  • 버그 수정
  • 기능 개발
  • 코드 스타일 수정 (formatting, local variables)
  • 리팩토링 (no functional changes, no api changes)
  • 빌드 관련 변경사항
  • CI 관련 변경사항
  • CD 관련 변경사항
  • 문서 내용 변경
  • Release
  • 기타... (다음 줄에 사유를 입력해주세요)

@jun02160 jun02160 added ⛏ Fix 버그, 오류 해결 예준🐈 예준이 연 PR, Issue에 사용 labels Nov 9, 2024
@jun02160 jun02160 self-assigned this Nov 9, 2024
Copy link

height bot commented Nov 9, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@jun02160 jun02160 changed the title Fix/member profile coffeechat [Fix] isCoffeeChatActivate param 추가 Nov 9, 2024
@@ -88,7 +88,7 @@ public record MemberCareerResponse(
Boolean isCurrent
){}

public static MemberProfileSpecificResponse checkIsBlindPhone(MemberProfileSpecificResponse response, Boolean isMine) {
public static MemberProfileSpecificResponse checkIsBlindPhone(MemberProfileSpecificResponse response, Boolean isMine, Boolean isCoffeeChatActivate) {
Copy link
Contributor

Choose a reason for hiding this comment

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

메서드 인자로 isMine이랑 isCoffeeChatActivate를 받으니 메서드 명이 해당 로직과 일치하지 않는 것 같네요 더 좋은 메서드 명이 있을까요?

Copy link
Member Author

@jun02160 jun02160 Nov 9, 2024

Choose a reason for hiding this comment

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

사실 phone만 마스킹하는 역할이라 해당 함수에서 response 객체를 새로 생성하는 것 자체가 별로이긴 합니다...
요거 개선하려면 Record -> DTO Class로 바꿔서 사용하는 방법이 있을 것 같은데 우선은 38c52d1에서 applyPhoneMasking()으로 변경했어요! 더 좋은 의견 있으시면 부탁드립니당

@jun02160 jun02160 merged commit 32bc560 into develop Nov 9, 2024
1 check passed
@jun02160 jun02160 deleted the fix/member_profile_coffeechat branch November 9, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛏ Fix 버그, 오류 해결 size/XS 예준🐈 예준이 연 PR, Issue에 사용
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants