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 수정 #164

Merged
merged 7 commits into from
May 1, 2024

Conversation

kyeong-hyeok
Copy link
Member

💡 연관된 이슈

close #163

📝 작업 내용

  • 이동봉사 모집자 봉사 관리 - 모집중, 승인 대기중, 진행중, 봉사 완료 목록 조회 API 반환값 수정
  • DogSize enum 값 "소형견" -> "소형" 형식으로 수정
  • PostStatus enum 값 "마감" -> "모집 마감" 수정
  • 이동봉사 모집자 봉사 관리 목록 조회 테스트 코드 수정

💬 리뷰 요구 사항

모집중이 날짜가 지난 후 모집 마감이 되어야 하는 것을 배치 작업으로 진행해야 할 것 같습니다!
자신의 신청이 반려됐을 때 목록에 보여주는 걸 어떻게 구현할까 고민 중인데, 현재 작업한 동시성 문제 해결을 다른 방법으로 진행하고 신청의 상태 enum 값에 "반려" 값을 추가할지 고민 중입니다.

@kyeong-hyeok kyeong-hyeok added ✨ Feature 기능 개발 Priority: Medium 우선순위 중간 🐯 Koeyhk 담당자 labels Apr 28, 2024
@kyeong-hyeok kyeong-hyeok linked an issue Apr 28, 2024 that may be closed by this pull request
6 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.

응답 필드 수정과 enum 값 설정까지 꼼꼼하게 변경 사항을 반영하셨네요. 고생하셨습니다!

모집 중인 공고의 마감 날짜가 되었을 때 모집 마감으로 상태 변경하는 것은 경혁님 말대로 배치 작업으로 해야겠네요.

신청 반려 시 '반려' 상태를 조회할 수 있으려면 말씀하신 방법으로 enum 값을 추가하고 동시성 문제를 다른 방식으로 풀어야 할 것 같아요! 그 전에 한 번 더 '반려' 상태를 승인 대기중 탭에서 보여주는 것에 대한 기획 검토가 필요할 것 같습니다. 같이 논의해 봐요 :)

@kyeong-hyeok kyeong-hyeok merged commit 2f5bd06 into develop May 1, 2024
1 check passed
@kyeong-hyeok kyeong-hyeok deleted the feat/163-intermediary-get-api-modify branch May 1, 2024 06:01
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