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 ] 문제 목록 조회 API 연결 #224

Merged
merged 8 commits into from
Nov 27, 2024
Merged

Conversation

j-nary
Copy link
Member

@j-nary j-nary commented Nov 27, 2024

#️⃣ Related Issue

Closes #211

✅ Done Task

  • 풀어야할 문제 API 연결
  • 진행중인 문제 API 연결
  • 만료된 문제 API 연결
  • 예정된 문제 API 연결
  • 문제 수정 API 연결
  • userNickname API 연결

☀️ New-insight

💎 PR Point

📸 Screenshot

2024-11-27.9.20.12.mov

@j-nary j-nary added ✨ Feat 새로운 기능 구현 JIN 이진 labels Nov 27, 2024
@j-nary j-nary self-assigned this Nov 27, 2024
Copy link
Member

@wuzoo wuzoo left a comment

Choose a reason for hiding this comment

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

깔끔하네요 고생하셧슴다 ~

export const useMyNicknameQuery = () => {
const { data } = useSuspenseQuery({
queryKey: ["me"],
queryFn: () => getMe(),
Copy link
Member

Choose a reason for hiding this comment

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

getMyinfo .. .? 겟미보다는 나을거같아요

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ넵 알겠습니다 수정 후 머지할게요!

@j-nary j-nary merged commit 0e65bb7 into main Nov 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 구현 JIN 이진 size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

문제 조회 API 연결
2 participants