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

#125 마이스페이스 공유 닉네임으로 변경 #126

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

ranunclulus
Copy link
Contributor

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

close #125

📌 개요

🔁 변경 사항

📸 스크린샷

👀 기타 더 이야기해볼 점

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@ranunclulus ranunclulus added the 🚧 update 코드 수정 label Feb 16, 2024
@ranunclulus ranunclulus self-assigned this Feb 16, 2024
@@ -19,6 +19,8 @@ public class Alarm extends BaseEntity {

private boolean isRead;

private String sharedSpaceNickname;
Copy link
Contributor

Choose a reason for hiding this comment

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

이건 Space 또는 MemberSpace 엔티티를 FK로 연관관계 맺어서 설정할 수도 있을 것 같습니당! 그러면 객체조회가 가능해지니까요.
그렇지만 이건 저도 뭐가 더 나은지 정답을 모르겠어서, 지금도 문제없을 것 같습니다!

Copy link
Contributor

@choign3123 choign3123 left a comment

Choose a reason for hiding this comment

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

확인했습니다 👍

@ranunclulus ranunclulus merged commit ed863de into main Feb 18, 2024
@ranunclulus ranunclulus deleted the feat/#125-MySpaceShareUpdate branch February 18, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚧 update 코드 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#125 마이스페이스 공유 멤버 아이디 아닌 스페이스 닉네임으로 수정
2 participants