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

refactor : 두둥티켓 계좌정보 분리 #378

Merged
merged 3 commits into from
Feb 19, 2023

Conversation

kim-wonjin
Copy link
Member

개요

작업사항

-계좌정보 vo로 분리

변경로직

Copy link
Member

@ImNM ImNM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 57 to 65
// 은행명
private String bankName;

// 계좌번호
private String accountNumber;

// 예금주
private String accountHolder;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accountInfoVo를 TicketItem 내부에
embedded 시키는게 어떨까유?

Copy link
Member

@gengminy gengminy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Comment on lines 42 to 44
@NotNull
@Schema(defaultValue = "0", nullable = false, example = "4000")
private Long price;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NotNull 말고 @Positive 아니면 @Min 을 이용해서 음수 처리도 해주면 좋을 거 같아요

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 371 Code Smells

21.2% 21.2% Coverage
0.0% 0.0% Duplication

@kim-wonjin kim-wonjin merged commit 337fc64 into dev Feb 19, 2023
@kim-wonjin kim-wonjin deleted the refactor/377-split-account-info branch February 19, 2023 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔨[refactor] 두둥티켓 계좌 정보 분리
3 participants