-
Notifications
You must be signed in to change notification settings - Fork 5
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: 마이페이지 #149
base: develop
Are you sure you want to change the base?
feat: 마이페이지 #149
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.
확인했습니다! 이해하기 쉬운 static 변수 쓰는 것 너무 좋은 것 같아요!
@@ -82,7 +95,7 @@ public PostUserRes createUser(PostUserReq.joinUser postUserReq, MultipartFile pr | |||
|
|||
// TODO: BirthDate -> String에서 LocalDateTime으로 변환 | |||
String strBirthDate = postUserReq.getStrBirthDate(); | |||
DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("yyyyMMdd"); | |||
DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern(BIRTH_FORMAT_PATTERN); |
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.
정말 좋은 방법 같아요! 감사합니다! 👍
@@ -63,4 +61,17 @@ public void delete() { | |||
public void updateStatus(Status status) { | |||
this.status = status; | |||
} | |||
|
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.
대신 추가해주셨네요 😭 PostService
쪽에 있는 중복함수는 삭제하도록 하겠습니다...ㅠㅠ
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.
수고하셨습니다! 👍저도 DateFormat 관련 부분 배워갑니다!
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.
확인했습니다~ 수고하셨습니다~
무엇을 위한 PR인가요?(: 뒤 설명추가)
작업 내역