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

[BE] 홈 화면 API 설계 #5

Open
d0lim opened this issue Jan 10, 2024 · 5 comments
Open

[BE] 홈 화면 API 설계 #5

d0lim opened this issue Jan 10, 2024 · 5 comments
Assignees
Labels
논의 - 설계 프로젝트 설계를 위한 논의

Comments

@d0lim
Copy link
Member

d0lim commented Jan 10, 2024

개요

  • 홈 화면에서 FE에 내려줄 API의 응답을 설계합니다.
@d0lim d0lim added the 논의 - 설계 프로젝트 설계를 위한 논의 label Jan 10, 2024
@redjen8
Copy link
Contributor

redjen8 commented Jan 15, 2024

최근 레시피 목록 조회

GET /recipe/recent

response

  • 레시피 id
  • 레시피에 포함된 재료 목록
    • 재료 id
    • 재료 이름
    • 재료 수량
    • 레시피 총 금액
  • 매장 이름
  • 주문한 시각

@redjen8
Copy link
Contributor

redjen8 commented Jan 15, 2024

저장한 레시피 목록 조회

GET /recipe/my

response (동일 dto)

  • 레시피 id
  • 레시피에 포함된 재료 목록
    • 재료 id
    • 재료 이름
    • 재료 수량
  • 매장 이름
  • 주문한 시각

@d0lim
Copy link
Member Author

d0lim commented Jan 19, 2024

GET /recipe/my 의 경우 첫 MVP에서는 Spec-out 하도록 하겠습니다~

@ammerss
Copy link
Collaborator

ammerss commented Jan 22, 2024

유저 정보 조회

GET /user/

response

  • 유저이름
  • 유저프로필사진

@d0lim
Copy link
Member Author

d0lim commented Jan 25, 2024

@ammerss 유저 정보 조회의 경우 자신의 정보를 조회한다는 의미를 담기 위해서 GET /user/me 와 같은 형태는 어떨지 제안드려봅니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
논의 - 설계 프로젝트 설계를 위한 논의
Projects
None yet
Development

No branches or pull requests

3 participants