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

[Feature] 홈 화면 관련 API 연결 #62

Open
2 tasks
Choyoonyoung98 opened this issue Mar 1, 2022 · 0 comments
Open
2 tasks

[Feature] 홈 화면 관련 API 연결 #62

Choyoonyoung98 opened this issue Mar 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Choyoonyoung98
Copy link
Collaborator

Choyoonyoung98 commented Mar 1, 2022

목표

홈 화면 관련 API 연결

스크린샷 2022-03-01 오후 6 07 59

체크 리스트

  • 가입된 다이어리 리스트 API 연결
  • 마감 임박 다이어리 리스트 API 연결

참고

+) 다이어리가 가장 최근에 변경된(새로운 스토리 업데이트) 날짜 및 시간이 있어야 가입된 다이어리 왼쪽 상단에 위치한 update 동그라미 표시를 해줄 수 있을 것 같은데 어떻게 생각해?

//v1/rooms API return
{
  "rooms": [
    {
      "createdAt": "string",
      "id": 0,
      "members": [
        0
      ],
      "name": "string"
    }
  ]
}
@Choyoonyoung98 Choyoonyoung98 added the enhancement New feature or request label Mar 1, 2022
@Choyoonyoung98 Choyoonyoung98 self-assigned this Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant