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

[#89] 행복 톺아보기 date 포맷 수정 #91

Merged
merged 1 commit into from
May 24, 2024
Merged

[#89] 행복 톺아보기 date 포맷 수정 #91

merged 1 commit into from
May 24, 2024

Conversation

yel-m
Copy link
Member

@yel-m yel-m commented May 23, 2024

#️⃣ 연관된 이슈

Resolves #89

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요 (이미지 첨부 가능)

  • 행복 톺아보기의 date 형식을 YYYY-MM-dd 형식에서 YYYY년 MM월 dd일 형식으로 변경했습니다!
  • 행복 톺아보기 API에 GET 요청 시 다음과 같은 응답을 받을 수 있습니다.
{
  "success": true,
  "code": 0,
  "message": "행복 기록을 성공적으로 조회했습니다.",
  "data": [
    {
      "date": "2024년 05월 22일",
      "memo": "자고 일어났다",
      "happiness": 3,
      "record_id": 56,
      "img_url": "https://i-want-to-be-happy.s3.ap-northeast-2.amazonaws.com/cf8d47a5-4d2f-4ce8-9566-b76b5c70c425.png"
    },
    {
      "date": "2024년 05월 20일",
      "memo": "",
      "happiness": 1,
      "record_id": 55,
      "img_url": "https://i-want-to-be-happy.s3.ap-northeast-2.amazonaws.com/ec6c8784-b752-4d95-9c90-84f437b5a634.jpg"
    },
    {
      "date": "2024년 05월 20일",
      "memo": "yerim talk to me \"i live hobak\" wow i am touched that statement wow i really ",
      "happiness": 1,
      "record_id": 54,
      "img_url": "https://i-want-to-be-happy.s3.ap-northeast-2.amazonaws.com/cafd5d5d-b2d2-48be-b01e-d27dda672fa4.jpg"
    }
  ]
}

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

✅ Check List

  • PR 제목을 커밋 규칙에 맞게 작성했는가?
  • PR에 해당되는 Issue를 연결했는가?
  • 적절한 라벨을 설정했는가?
  • 작업한 사람을 모두 Assign했는가?

@yel-m yel-m requested a review from KkomSang May 23, 2024 17:21
@yel-m yel-m self-assigned this May 23, 2024
@yel-m yel-m added the fix 기능 및 버그를 수정합니다 label May 23, 2024
@KkomSang
Copy link
Collaborator

좋습니다~~
image

@KkomSang KkomSang merged commit 9cd3baf into develop May 24, 2024
1 check passed
@KkomSang KkomSang deleted the fix/#89 branch May 24, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능 및 버그를 수정합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants