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] 커뮤니티 댓글 작성 POST 및 세부 API 연결 테스트 #135

Merged
merged 37 commits into from
Jan 24, 2025

Conversation

gonn-i
Copy link
Collaborator

@gonn-i gonn-i commented Jan 23, 2025

📑 이슈 번호


✨️ 작업 내용

  • 댓글 버튼 클릭시, 세부페이지 하단부 네비게이트

  • 북마크 버튼 클릭시, 북마크

  • 토글 버튼 토큰에 따른 랜더링

  • 토글 버튼 삭제 연결 /

  • 토글 버튼 수정 연결

  • 글쓰기 버튼 클릭시 네이게이트

  • 댓글 작성 POST API를 연결

  • 댓글 신고하기 버튼

  • 댓글 이미지 없을때, 미리보기 박스가 보이는 이슈


💙 코멘트

  1. 게시글 삭제 관련한 로직에서, 낙관적 업데이트 사용을 위해서 로직 추가했습니다!
    혹시 다른 부분에서도 삭제가 잘 되나 확인 부탁드립니다!

  2. toolListBanner 관련 로직을 수정했습니다. 따로 로직적으로 달라진 사항은 없으나 충돌이 날 수도 있으니 제부분으로 수정해주시고 절 불러주세요!


📸 구현 결과

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-jerfccpzbz.chromatic.com/

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-fcgupalxtk.chromatic.com/

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-zrrhzxyaxg.chromatic.com/

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-tayreblxdk.chromatic.com/

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-ilmmrwezhh.chromatic.com/

Copy link
Collaborator

@imddoy imddoy left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! state 넘겨줄때 post를 {}로 감싸주시면 감사하겠습니당!!!!!!!!!

Comment on lines 152 to 154
</DropDown.Item>
<DropDown.Item onClick={() => navigate(`/community/modify/${boardId}`, { state: post })}>
수정하기
Copy link
Collaborator

Choose a reason for hiding this comment

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

@p1: 이 부분 {post}로 넘겨주셔야 제가 사용이 가능합니다! 다시 롤백해주세요ㅜㅜㅜ

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

오 넹!

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-yaywrptelk.chromatic.com/

Copy link

🚀 Storybook 배포가 완료되었습니다! 🔗 https://6779addaee273bbd1faef48a-qorrojnive.chromatic.com/

@gonn-i gonn-i merged commit 1c6cc95 into develop Jan 24, 2025
2 of 3 checks passed
@gonn-i gonn-i deleted the Feat/#123/community branch January 24, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 커뮤니티 댓글 작성 POST 및 세부 API 연결 테스트
3 participants