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

Feature/#364 학습자료스터디 갤러리 권환 #366

Merged

Conversation

llddang
Copy link
Collaborator

@llddang llddang commented Dec 1, 2024

관련 이슈

작업 요약

  • 팀 페이지의 스터디 갤러리에서 팀원에게만 스터디 생성 버튼 보이도록 수정
  • 팀 페이지의 학습자료 갤러리에서 팀원에게만 학습자료 등록 버튼 보이도록 수정
  • 스터디 페이지의 학습자료 갤러리에서 스터디원에게만 학습자료 등록 버튼 보이도록 수정
  • 스터디 페이지의 학습자료 갤러리에 팀원 또는 스터디원만 들어올 수 있도록 권한 수정
  • 스터디 페이지에 들어가지지 않는 오류 해결

리뷰 요구 사항

  • 리뷰 예상 시간: 10분

@llddang llddang added the ✨ 기능 개발 새로운 기능을 구현하는 데 필요한 작업 또는 변경 사항 label Dec 1, 2024
@llddang llddang self-assigned this Dec 1, 2024
Copy link
Collaborator

@yeonddori yeonddori left a comment

Choose a reason for hiding this comment

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

shaun

Copy link
Collaborator

@jasper200207 jasper200207 left a comment

Choose a reason for hiding this comment

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

👍

Comment on lines +24 to +25
if (user && !user.isLogin) router.replace(`/team/${params.teamId}`);
if (myTeam && !myTeam.some((id) => id === +params.teamId)) router.replace(`/team/${params.teamId}`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 초기 렌더링시 default value로 잡혀서 user가 존재하는 걸로 인식되는 경우가 있는거 같습니다!
어디 문제인지는 확인이 필요할듯 합니다...

@llddang llddang merged commit 523db77 into develop Dec 5, 2024
1 check passed
@llddang llddang deleted the feature/#364-학습자료스터디-갤러리-권환 branch December 5, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 기능 개발 새로운 기능을 구현하는 데 필요한 작업 또는 변경 사항
Projects
None yet
3 participants