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] 선착순 이벤트 일부 구현 #80

Merged
merged 14 commits into from
Aug 8, 2024
Merged

[feat] 선착순 이벤트 일부 구현 #80

merged 14 commits into from
Aug 8, 2024

Conversation

lybell-art
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

데이터 페칭 관련해서 좀 쉽게 쓸 수 있도록 리팩토링했습니다.

  • useQuery를 추가했습니다.
  • fetchResource를 제거했습니다. 좀 번거롭더라도 useQuery + fetchData를 쓰시기 바랍니다.
  • zustand + Suspense의 기초를 다듬었습니다.

선착순 이벤트의 기본적인 내용을 구현했습니다.

  • 선착순 이벤트 상태를 추가했습니다.
  • 선착순 이벤트 타이틀이 상태에 따라 바뀌는 걸 추가했습니다.
  • 카드 게임의 기본 동작을 추가했습니다.

이벤트 상세안내 섹션의 좌측 섹션을 공통 컴포넌트로 분리했습니다.

  • 현재는 선착순 이벤트 쪽에만 적용되어 있으나, 추첨 이벤트 섹션에도 적용할 예정입니다.

@lybell-art lybell-art added feat 기능 구현 refactor 코드 리팩토링 labels Aug 8, 2024
@lybell-art lybell-art requested a review from darkdulgi August 8, 2024 10:01
@lybell-art lybell-art self-assigned this Aug 8, 2024
This was linked to issues Aug 8, 2024
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@darkdulgi darkdulgi merged commit 3e6b3db into dev Aug 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 카드 컴포넌트 [feat] 메인-선착순 이벤트
2 participants