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

컨트롤러에서 인증된 유저를 구하는 코드 리팩토링하기 #164

Closed
4 tasks done
chomily opened this issue Sep 8, 2020 · 0 comments · Fixed by #172
Closed
4 tasks done

컨트롤러에서 인증된 유저를 구하는 코드 리팩토링하기 #164

chomily opened this issue Sep 8, 2020 · 0 comments · Fixed by #172
Assignees
Labels
⭐⭐ 중요도 2 스프린트9 스프린트 9 💻백엔드 백엔드 관련 이슈

Comments

@chomily
Copy link
Collaborator

chomily commented Sep 8, 2020

목적

컨트롤러에서 인증된 유저 구하는 중복 코드를 리팩토링해서 유지 보수를 용이하게 한다.

체크리스트

  • 커스텀 어노테이션 생성하기
  • 컨트롤러의 중복 코드 제거하기
  • 컨트롤러로 넘어오기 전에 인증된 유저를 전달하도록 Resolver 작성하기
  • MemberService를 생성하고 이를 통해서 Member를 전달할 수 있도록 기존 코드 수정하기

주의 사항

관련 이슈

일정

  • 스프린트9
@chomily chomily added ⭐⭐ 중요도 2 💻백엔드 백엔드 관련 이슈 스프린트9 스프린트 9 labels Sep 8, 2020
@chomily chomily self-assigned this Sep 8, 2020
chomily added a commit that referenced this issue Sep 14, 2020
#164 컨트롤러에서 인증된 유저를 구하는 코드 리팩토링하기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐⭐ 중요도 2 스프린트9 스프린트 9 💻백엔드 백엔드 관련 이슈
Projects
None yet
1 participant