issues
search
AC-corporation
/
server
수강신청 도움 서비스 AllClear Server Repository
0
stars
2
forks
source link
[Feat] 회원 탈퇴 및 유저 조회 구현, 크롤링 실패 처리 코드 추가
#41
Closed
Ares-10
closed
10 months ago
Ares-10
commented
10 months ago
1️⃣ 회원탈퇴
Controller 완성
@GetMapping 스트링 정해야함
userId 대신 @AuthenticationPrincipal으로 UserDetailsImpl 받아서 사용할지 정해야함
Service 완성
Domain 수정
졸업요건과 성적에 CascadeType.ALL 추가
2️⃣ 회원 조회
Controller 완성
@GetMapping 스트링 정해야함
userId 대신 @AuthenticationPrincipal으로 UserDetailsImpl 받아서 사용할지 정해야함
Service 완성
3️⃣ 크롤링 실패 처리 코드 추가
ErroeCode 추가
Service 수정
CrawlMemberInfo에 주석 추가(구현해야함)
4️⃣ 기타 추가 사항
UserDetailsImpl 함수 설명 주석 추가
MemberDto 수정
Timetable 주석처리
1️⃣ 회원탈퇴
2️⃣ 회원 조회
3️⃣ 크롤링 실패 처리 코드 추가
4️⃣ 기타 추가 사항