-
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
Feat: 최소 출금 포인트 설정, 첫 가입시 무료 포인트 적립 #205
Conversation
@@ -25,24 +25,26 @@ | |||
@Service | |||
public class MemberService implements MemberIdProvider { | |||
|
|||
private static final int WELCOME_POINT = 10000; |
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.
회원가입시 포인트 10000원으로 했는데 너무 많으려나요?!
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.
수수료가 20프로니까 ㅎㅎ
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.
고생하셨습니다! 👍
@@ -25,24 +25,26 @@ | |||
@Service | |||
public class MemberService implements MemberIdProvider { | |||
|
|||
private static final int WELCOME_POINT = 10000; |
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.
수수료가 20프로니까 ㅎㅎ
@@ -6,7 +6,7 @@ | |||
|
|||
public record PointLogResponse( | |||
LocalDateTime postTime, | |||
String content, | |||
PointLog.Content content, |
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.
👍
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.
고생하셨습니다~~
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.
수고하셨습니다:>
#️⃣ 연관된 이슈
📝 작업 내용
String
이었는데 이걸 enum인 Content로 변경스크린샷 (선택)
💬 리뷰 요구사항(선택)
회원가입 포인트 10000 포인트 했는데 너무 많은가요?
⏰ 현재 버그
✏ Git Close
close #194
close #195