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/#85] 공연 등록 완료 페이지 구현 #101

Merged
merged 8 commits into from
Jul 13, 2024

Conversation

imddoy
Copy link
Contributor

@imddoy imddoy commented Jul 10, 2024

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  1. 공연등록 완료 페이지 구현 완료
  2. 공연 페이지로 이동할 때 필요한 id값은 명세서에 있는 더미데이터 이용했습니다.

📢 To Reviewers

  • 애니메이션 한번 나오는건지 계속 나오는건지 확인해야함!! 로띠 깔았어요...

📸 스크린샷

2024-07-11.081655.mp4

🔗 참고 자료

Copy link

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

@github-actions github-actions bot added the ✨ FEAT 기능 구현 label Jul 10, 2024
Copy link
Member

@pepperdad pepperdad left a comment

Choose a reason for hiding this comment

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

고생했또이 ~
별로 리뷰할 부분은 없네!~
확인할 것만 확인하고 머지해줘!

const RegisterComplete = () => {
const user = "메이커";
const navigate = useNavigate();
const goGigsPage = () => navigate(`/gig/${REGISTER_RESPONSE.performanceId}`);
Copy link
Member

Choose a reason for hiding this comment

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

p4) 이 부분은 추후에 등록하는 페이지에서 state로 값 넘겨받을 수 있또록 해주세요!

Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 저도 도영님 말씀이 좋은 것 같습니다 ~ state 관리 필요할 것 같아요 !

Comment on lines 18 to 22
<Lottie
animationData={registerComplete}
play={true}
style={{ width: "150px", height: "150px", margin: "0 auto" }}
/>
Copy link
Member

Choose a reason for hiding this comment

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

p5) 굿 ~~ 지금은 무한 루프로 되어있는데, 제가 봤을 때는 한 번만 실행되는 게 좋아보여요!
loop=false 만 추가하면 되니까 디자이너랑 얘기해보면 좋을 것 같아요!

Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 저도 한번만 딱 진행되는게 더 예뻐보이긴 하네요~ 확정되었다고 하니까 수정 고고

Copy link
Member

@pepperdad pepperdad 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
Contributor

@sinji2102 sinji2102 left a comment

Choose a reason for hiding this comment

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

조아욥~~ loop만 false로 주면 될 것 같아서 어푸할게요!!

Copy link
Contributor

@ocahs9 ocahs9 left a comment

Choose a reason for hiding this comment

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

코드가 복잡하지 않아서 리뷰할 게 많진 않네요~
고생했습니다 !!

const RegisterComplete = () => {
const user = "메이커";
const navigate = useNavigate();
const goGigsPage = () => navigate(`/gig/${REGISTER_RESPONSE.performanceId}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 저도 도영님 말씀이 좋은 것 같습니다 ~ state 관리 필요할 것 같아요 !

Comment on lines 18 to 22
<Lottie
animationData={registerComplete}
play={true}
style={{ width: "150px", height: "150px", margin: "0 auto" }}
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 저도 한번만 딱 진행되는게 더 예뻐보이긴 하네요~ 확정되었다고 하니까 수정 고고

@imddoy imddoy merged commit dea9b30 into develop Jul 13, 2024
1 check failed
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ FEAT 기능 구현
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Feat ] 공연 등록 완료 페이지 구현
4 participants