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

[Feature] 봉사자, 모집자 알림 목록 조회 API 구현 #196

Merged
merged 5 commits into from
May 15, 2024

Conversation

kyeong-hyeok
Copy link
Member

💡 연관된 이슈

close #195

📝 작업 내용

  • 봉사자, 모집자 알림 목록 조회 API 구현
  • 봉사자, 모집자 알림 목록 조회 Controller 테스트 코드 추가
  • @ Enumerated(EnumType.STRING) 추가

💬 리뷰 요구 사항

Enumerated(EnumType.STRING)를 추가하여 enum값의 index가 DB에 들어가는 것을 String으로 수정

@kyeong-hyeok kyeong-hyeok added ✨ Feature 기능 개발 Priority: Medium 우선순위 중간 🐯 Koeyhk 담당자 labels May 15, 2024
@kyeong-hyeok kyeong-hyeok linked an issue May 15, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@hojeong2747 hojeong2747 left a comment

Choose a reason for hiding this comment

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

EnumType을 유지보수가 용이하게 사용하도록 하려면 이렇게 써야 하는구나가 다시 느껴지네요!
sql 수정하느라 고생하셨습니다 😊

@kyeong-hyeok kyeong-hyeok merged commit 6417350 into develop May 15, 2024
1 check passed
@kyeong-hyeok kyeong-hyeok deleted the feat/195-get-notifications-api branch May 15, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🐯 Koeyhk 담당자 Priority: Medium 우선순위 중간
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 봉사자, 모집자 알림 목록 조회 API 구현
2 participants