[REQUEST] FEATURE : 관리자는 신청자 목록에서 학생들 이메일 주소를 관람할 수 있다. #78 #85
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.
Request Description
신청자 목록에, 학생들 이메일 주소가 나오면 좋겠어요 스터디 하는 학생들에게 일괄 메일 보낼 때 필요합니다.
백앤드 작업
/api/admin/manageGroup
/api/admin/unmatched-users
/api/admin/allUsers
/api/admin/users/unassigned
네 가지 api에서 학생들의 정보를 보내 줄 때 학생의 이메일을 추가해줘서 보내줘야 한다.
프론트앤드 작업
관리자 페이지 중
스터디 그룹 생성
그룹 매칭 관리
스터디 신청자 정보 관리
페이지에서 학생들의 이메일 정보를 추가로 보여준다.
그리고 엑셀 다운로드에서 학생 이메일 정보를 추가로 출력해준다.
Reference Issue
HandongSF/histudy-be#141 #79