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 구현 #113

Merged
merged 3 commits into from
Nov 19, 2023

Conversation

kyeong-hyeok
Copy link
Member

💡 연관된 이슈

close #112

📝 작업 내용

  • 신청 내역 가져오는 쿼리 Application 상태 조건 추가, 적용
  • 이동봉사 중개 봉사 완료 API 구현
  • 이동봉사 중개 봉사 완료 Controller 테스트 코드 추가

💬 리뷰 요구 사항

신청 내역 가져오는 쿼리가 이전에는 승인 대기중인 신청만 가져오는 걸로 되어 있었는데, 이번에 작업한 API에서는 진행중인 내역을 가져와야 했습니다!
따라서 신청 내역 가져오는 쿼리에서 상태 조건을 추가해 이번에 작업하는 API에서도 해당 메서드를 사용할 수 있도록 했습니다!

@kyeong-hyeok kyeong-hyeok added ✨ Feature 기능 개발 Priority: Medium 우선순위 중간 🐯 Koeyhk 담당자 labels Nov 19, 2023
@kyeong-hyeok kyeong-hyeok linked an issue Nov 19, 2023 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.

봉사 완료 처리 로직 깔끔하네요! 👍🐾

@kyeong-hyeok kyeong-hyeok merged commit 12384cc into develop Nov 19, 2023
1 check passed
@kyeong-hyeok kyeong-hyeok deleted the feat/112-intermediary-completed-application-api branch November 19, 2023 12:27
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