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

[#15] 그룹 요청 처리 기능 구현 #17

Merged
merged 7 commits into from
Jun 2, 2024
Merged

[#15] 그룹 요청 처리 기능 구현 #17

merged 7 commits into from
Jun 2, 2024

Conversation

hyeok-kong
Copy link
Collaborator

구현 기능

  • 그룹 가입 요청 조회
  • 그룹 가입 요청 처리

개발 코멘트

  • 요청 조회는 기본값으론 대기중인 요청만, 파라미터 지정 시 전체 혹은 처리된 요청을 반환 가능합니다.
  • 요청 조회 / 처리는 그룹의 매니저에게만 허락됩니다.

@hyeok-kong hyeok-kong self-assigned this May 29, 2024
Copy link

@f-lab-troy f-lab-troy left a comment

Choose a reason for hiding this comment

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

멘토링때 이야기 나눈대로 추후 코드 중복 피하기, switch문 조정, 코드 간소화 등을 고려해보시면 좋습니다.

@hyeok-kong hyeok-kong merged commit fd3767d into main Jun 2, 2024
1 check passed
@hyeok-kong hyeok-kong linked an issue Jun 2, 2024 that may be closed by this pull request
@hyeok-kong hyeok-kong deleted the feature/15 branch June 2, 2024 11:03
@hyeok-kong hyeok-kong added the enhancement New feature or request label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

그룹 가입요청 처리 기능 개발
2 participants