bookathon_B
bookathon_B copied to clipboard
[backend] 특정 시간에 commit을 제출하지 않은 사람들에게 자동으로 메일을 발송하는 기능 추가
- team의 모든 id를 받아온다.
- team id를 활용해서 commit을 받는다.
- commit이 0인 사용자의 github id를 찾는다
- github id로 사용자를 찾아 email을 보낸다.