-
Notifications
You must be signed in to change notification settings - Fork 6
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: 발급 티켓 관련 DDD 적용 리팩토링 및 관리자 티켓 취소 API 작성 #247
Conversation
private Event event; | ||
private Long eventId; | ||
|
||
@Embedded private IssuedTicketUserInfoVo userInfo; |
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.
유저정보는 유저아이디 정보만 저장하면 좋을것 같긴해요...!
IssuedTicketItemInfoVo 정도는 복사저장해도 괜찮을것같은데
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.
발급 티켓 리스트를 내려주는 경우에 유저 정보까지 같이 딸려가야해서 이렇게 작성했습니다!
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
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.
DDD 적용 확인입니다👍
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.
구조 리펙토링 하시느라 수고하셨습니다 LGTM🌱
@RedissonLock(LockName = "티켓재고관리", identifier = "ticketItemId") | ||
@RedissonLock(LockName = "티켓관리", identifier = "ticketItemId") |
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.
락네임 변경 확인이요!
개요
작업사항
변경로직