-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: AB테스트 토큰 발급용 API 추가 #1104
fix: AB테스트 토큰 발급용 API 추가 #1104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다. ABtest 코드는 이번에 처음 보네요 😮
로직은 이해를 했는데, 코드 정리의 필요성(?)을 느낀 것 같아요. 리펙토링 계획이 있으신지 궁금합니다 !
히스토리 관련 코멘트 하나 남겼습니다.
@@ -49,7 +49,8 @@ private void excludeGetMapping() { | |||
+ "!execution(* in.koreatech.koin.admin.user.controller.AdminUserController.refresh(..)) && " | |||
+ "!execution(* in.koreatech.koin.admin.user.controller.AdminUserController.createAdmin(..)) && " | |||
+ "!execution(* in.koreatech.koin.admin.user.controller.AdminUserController.adminPasswordChange(..)) && " | |||
+ "!execution(* in.koreatech.koin.admin.abtest.controller.AbtestController.assignOrGetAbtestVariable(..))") | |||
+ "!execution(* in.koreatech.koin.admin.abtest.controller.AbtestController.assignOrGetAbtestVariable(..)) &&" | |||
+ "!execution(* in.koreatech.koin.admin.abtest.controller.AbtestController.issueAccessHistoryId(..))") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A
처리잘해주셨어요 !!
히스토리 기능은 별도의 어노테이션을 적용해서 개선하는 방향으로 가야겠다는 생각이 이번에 들었네용,,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어노테이션도 좋은 방향인 것 같아요 👍
로직은 이해를 했는데, 코드 정리의 필요성(?)을 느낀 것 같아요. 리펙토링 계획이 있으신지 궁금합니다 !
당시에는 나름 예쁘다고 생각했는데.. 지금봐도 나름 예쁘다고 생각하는데....... 메서드분리 잘하지않았나... 싶었는데 다들 문제가 있어보인다고 하니 확실히 리팩토링을 해봐야겠네요.. 😥
DB에서 여러번 조회하는 등 문제있는 로직이 분명 존재하는 걸 확인하기도 했으니 방학중으로 날잡고 손보겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고했어용
🔥 연관 이슈
🚀 작업 내용
💬 리뷰 중점사항