[마이페이지] 동아리 신청 상태별 관리 기능 개선 - #117
Merged
Merged
Conversation
- 신규 동아리 신청의 운영진·동아리 정보 통합 수정 - 운영진 권한 신청 내용 수정 기능 추가 - 승인 대기 신청 취소 기능 추가
- 신규 동아리와 운영진 권한 요청에 재신청 옵션 적용 - 반려 신청 삭제 및 완료 모달 추가 - 반려 알림에 취소와 수정 및 재신청 액션 추가 - 운영진 존재 시 재신청 버튼 비활성화
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
관리 동아리 상태 표시
승인 대기 신청 수정 및 취소
반려 신청 삭제 및 재신청
취소와수정 및 재신청버튼을 추가했습니다.재신청으로 표시합니다.resubmit: true로 재신청할 수 있습니다.API 및 데이터 처리
club_data와manager_data를 하나의 통합 PATCH로 전송합니다.resubmit: true를 전송합니다.hasManager를 이용해 재신청 가능 여부를 판단합니다.테스트한 내용
yarn tsc --noEmit통과yarn lint통과resubmit: true요청스크린샷 (선택)
체크