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] 티클 참여 및 종료 관련 세부 처리 #360

Merged
merged 10 commits into from
Dec 4, 2024

Conversation

simeunseo
Copy link
Collaborator

@simeunseo simeunseo commented Dec 3, 2024

관련 이슈 번호

작업 내용

  • inProgress 상태인 티클에만 참여할 수 있도록 그 외에는 참여 버튼 disabled
  • 티클 상세 페이지를 로그인 없이 볼 수 있도록 수정
  • 티클 상세조회 userId를 query param으로 넘기도록 수정
  • 티클 종료시 참가자 모두 나가도록 roomClosed 이벤트 연결

PR 포인트

고민과 학습내용

스크린샷

2024-12-04.1.49.26.mov

@simeunseo simeunseo added FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 labels Dec 3, 2024
@simeunseo simeunseo self-assigned this Dec 3, 2024
@github-actions github-actions bot added the size/m label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

🎨 스토리북 확인하기

@@ -1,4 +1,4 @@
import { useParams } from '@tanstack/react-router';
import { useNavigate, useParams } from '@tanstack/react-router';
Copy link
Collaborator

Choose a reason for hiding this comment

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

P5 - 안쓰는 IMPORT 삭제해주세용!!

@simeunseo simeunseo merged commit 322d967 into develop Dec 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] inProgress 되기 전에는 참여자가 참가하지 못하게
3 participants