-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor: 케이크 샵 인증 요청 로직 개선 #189
Conversation
Test Results196 tests 196 ✅ 17s ⏱️ Results for commit 8e9a05c. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop #189 +/- ##
=============================================
- Coverage 89.26% 89.11% -0.15%
+ Complexity 329 326 -3
=============================================
Files 110 110
Lines 987 983 -4
Branches 37 37
=============================================
- Hits 881 876 -5
Misses 88 88
- Partials 18 19 +1
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
확인했습니다.
이 부분은 어디에 적용돼 있을까요?
cakk-common/src/main/java/com/cakk/common/enums/ReturnCode.java
Outdated
Show resolved
Hide resolved
cakk-domain/mysql/src/main/java/com/cakk/domain/mysql/entity/user/BusinessInformation.java
Outdated
Show resolved
Hide resolved
"인증 정책" 이라는 객체가 requestCertificationBusinessOwner 오퍼레이션을 수행할 떄, businessInformation에게 백업하도록 요청보냅니다. |
그럼 한명이 인증 요청을 보냈을 때, 다른 사람이 인증 요청을 보내면 어떻게 되나요? |
거절됩니다! 요청 상태가 Default값인 NOT-REQUESTED -> PENDING 상태가 되기 때문에 다른 사람이 인증 요청을 보낼 수 없습니다. 기획적으로도 공동 사장을 두거나 하는 "확장성"을 승기가 제거하자고 해서 거절됩니다 |
거절(REJECTED)시에 재요청에 대한 비즈니스 로직은 기획이랑 다시 얘기해봐야 할 것 같네요 |
엔지니어 입장에서는 다양한 케이스를 고려해야 한다고 생각하는데요, 현재는 요청에 대한 어뷰징이 가능해보입니다. 예를 들어 케이크 샵과 관련없는 사람이 요청을 보내서 진짜 케이스 샵 관계자의 요청은 거절되는 케이스가 있을 수 있습니다. 사실 그래서 요청에 대한 정보를 따로 저장하려 했습니다. 우선순위가 있는 작업은 아니니 일단 냅두죠~ |
주요 변경 사항
테스트 코드 주요 사항
요청 단계에 따른 테스트 코드로 검증
user role이 admin이 아닐 떄, 케이크 또는 케이크 샵 업데이트 시 조건부 쿼리 동작 여부 검증
cake_shop에서 linked_flag column이 제거됨으로써 sql 파일 수정