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

feat - 챌린지 달성현황뷰 response에 챌린지 시작날짜 추가 #138

Merged
merged 10 commits into from
May 20, 2024

Conversation

jumining
Copy link
Collaborator

Related issue 🚀

Work Description 💚

  • (클라요청) 챌린지 달성현황 뷰 Response에 챌린지 시작 날짜도 반환해줍니다 (yyyy-MM-dd)

PR 참고 사항

  • PR 단위가 다 작은데 작업은 한꺼번에 해서 base 브랜치 다 분리해두었으니 보시기는 편할 것 같습니다..!

@jumining jumining added 👩🏻‍💻 주민 주민이가 작성한 Label 🔧 Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request labels May 17, 2024
@jumining jumining requested a review from kseysh May 17, 2024 08:51
@jumining jumining self-assigned this May 17, 2024
@jumining jumining changed the base branch from develop to feat/#134-search-challenge-using-user-table May 17, 2024 08:52
Comment on lines 86 to 87
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd");
String formattedStartDate = challenge.getCreatedAt().format(formatter);
Copy link
Member

Choose a reason for hiding this comment

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

기본적으로 LocalDate는 yyyy-mm-dd로 반환하는 것으로 아는데 혹시 아닌가요??

만약 그렇다면, challenge.getCreatedAt().toLocalDate()로 반환해도 좋을 것 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

challenge.getCreatedAt().toLocalDate().toString()하면 yyyy-MM-dd형식이더라구요! 좋은 의견 감사합니다!

@jumining jumining changed the base branch from feat/#134-search-challenge-using-user-table to develop May 20, 2024 05:28
@jumining jumining merged commit 3c0a698 into develop May 20, 2024
@jumining jumining deleted the feat/#117-get-challenge-with-start-date branch May 26, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👩🏻‍💻 주민 주민이가 작성한 Label 🔧 Modify 코드 수정 (기능의 변화가 있을 때)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat - 달성현황뷰 정보에 챌린지 시작 날짜도 반환
2 participants