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

Fix: 뱃지 리스트 조회 API 응답형식 변경 #277

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Fix: 뱃지 성취 날짜 응답값에 추가

    - BadgeWithAchievedStatus에 LocalDateTime achievedAt 값 추가
    - BadgeWithAchieveStatusAndAchievedAt의 achievedAt 타입 OffsetDateTime에서 LocalDateTime으로 변경
    - BadgeWithAchieveStatusAndAchievedAt의 achievedAt 타입변경으로 서비스 단 isRecent함수 criterionDate 인자타입 LocalDateTime으로 변경
    hee9841 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9b5a534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9062071 View commit details
    Browse the repository at this point in the history