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: implement Home API #6

Open
6 of 8 tasks
Kang1221 opened this issue Jun 18, 2024 · 0 comments · Fixed by #5, #12, #19 or #31
Open
6 of 8 tasks

Feat: implement Home API #6

Kang1221 opened this issue Jun 18, 2024 · 0 comments · Fixed by #5, #12, #19 or #31

Comments

@Kang1221
Copy link
Member

Kang1221 commented Jun 18, 2024

/api/v1/home

  • 등록된 제품 조회
  • 정렬 기준에 맞게 리턴하기
  • 찜 개수는 그때 그때마다 쿼리로 계산

/api/v1/home/product/{id}

  • 특정 상품의 세부 항목 조회
  • Feature/home: 최근 본 상품 등록 #20
  • 마감 기한 여부 리턴 (재고 수가 1개&& 그 제품의 마감기한이 3일 전 이내일 때)
  • 옵션 정보 제거
  • 루트 카테고리 기준 할인율 계산
@Kang1221 Kang1221 linked a pull request Jun 18, 2024 that will close this issue
@Kang1221 Kang1221 changed the title Feat: create Home API Feat: implement Home API Jun 19, 2024
@Kang1221 Kang1221 linked a pull request Jul 11, 2024 that will close this issue
@Kang1221 Kang1221 reopened this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment