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: Notification 도메인 설계 #94

Merged
merged 5 commits into from
Jun 16, 2024

Conversation

ddingmin
Copy link
Member

@ddingmin ddingmin commented Jun 13, 2024

💡 기능

  • 알림 관련 도메인을 설계했습니다.

🔎 기타

  • 테스트 코드 더 작성할게용 일단 도메인 쪽 리뷰만 부탁드립니당 🙏
image

Close #92

@ddingmin ddingmin requested a review from CChuYong as a code owner June 13, 2024 14:41

interface NotificationGateway {
fun save(notification: Notification): Notification
fun getRecentNotification(memberId: String): Notification?
Copy link
Member

Choose a reason for hiding this comment

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

요거 nullable이면 find, not null이면 get 어떠신가용

Copy link
Member Author

Choose a reason for hiding this comment

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

@CChuYong 넴 좋아용!!!!!!!!!!!

val type: NotificationType,

@Schema(description = "읽기 여부")
val float: Boolean,
Copy link
Member

Choose a reason for hiding this comment

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

isRead?

Copy link
Member

@CChuYong CChuYong left a comment

Choose a reason for hiding this comment

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

수고하셨슴다

@ddingmin ddingmin merged commit 0a3a715 into depromeet:develop Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Notification 도메인 설계
2 participants