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

페이지 기능: 홈페이지 쿼리훅 제작 #133

Merged
merged 7 commits into from
Jan 30, 2024

Conversation

bottlewook
Copy link
Collaborator

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • TEST : 테스트 추가 및 리팩토링
  • FIX : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • STYLE : 코드 스타일에 관련된 변경 사항
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항

설명

Key Changes

  1. 홈페이지에서 사용될 쿼리훅 제작
  2. msw를 이용한 홈페이지 쿼리훅 테스팅
  3. response에 따른 타입 정의 및 props 변경

How it Works

To Reviewers

  • projectList의 경우 무한 스크롤로 변경할 예정입니다.
  • 기존에 사용하던 ProductArticle 타입을 제거하고 하나로 합쳤습니다.

@bottlewook bottlewook added ✨ Feature 기능 개발 ✅ Test test 관련(storybook, jest...) labels Jan 29, 2024
@bottlewook bottlewook self-assigned this Jan 29, 2024
@bottlewook bottlewook requested a review from seoye0ng as a code owner January 29, 2024 08:25
@bottlewook bottlewook linked an issue Jan 29, 2024 that may be closed by this pull request
1 task
Copy link

vercel bot commented Jan 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 5:22am

productName: string
}

export interface IProductList {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한개의 상품 정보 타입을 나타내는 거라서 이부분은 IProductList보다는 IProduct라고 정의하는게 더 알아보기 쉬울 것 같은데 어떻게 생각하시나욤?..

Copy link
Collaborator

@seoye0ng seoye0ng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!!

Copy link
Collaborator

@seoye0ng seoye0ng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@bottlewook bottlewook merged commit 8e50eda into develop Jan 30, 2024
6 checks passed
@bottlewook bottlewook deleted the page-main-query-hook branch January 30, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 ✅ Test test 관련(storybook, jest...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

페이지 기능: 메인 페이지 쿼리 훅 제작
2 participants