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/103] 마이페이지, 내 보드 목록 페이지 #104

Merged
merged 10 commits into from
Sep 4, 2024

Conversation

hwanheejung
Copy link
Member

👀 관련 이슈

#103

✨ 작업한 내용

  • 보드 주제 수정
  • 마이페이지
  • 내 보드 목록 페이지에서 내가 만든 보드/내가 참여한 보드 분리했습니다

🌀 PR Point

수정할 부분이 있거나 더 좋은 방법이 있으면 알려주세요!

🍰 참고사항

  • 마이페이지에서 '참여한 보드' 클릭하면 내 보드 목록 페이지의 내가 참여한 보드 탭으로 갑니다

📷 스크린샷 또는 GIF

화면 기록 2024-09-02 오후 3 14 01 화면 기록 2024-09-02 오후 3 15 53

@hwanheejung hwanheejung linked an issue Sep 2, 2024 that may be closed by this pull request
2 tasks
@hwanheejung hwanheejung self-assigned this Sep 2, 2024
Copy link
Collaborator

@junseublim junseublim left a comment

Choose a reason for hiding this comment

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

스크린샷 2024-09-04 오전 12 58 43

내가 참여한 보드가 안보이는데 아직 작업중이신걸까여?

@junseublim
Copy link
Collaborator

스크린샷 2024-09-04 오전 1 01 52

앗 팝업이 가려지네요.. Popup 컴포넌트의 z-5를 z-[5]로 수정 부탁드립니다ㅎㅎ (제가 z-5로 해놨었네요 ㅠ)

@hwanheejung
Copy link
Member Author

hwanheejung commented Sep 4, 2024

내가 참여한 보드가 안보이는데 아직 작업중이신걸까여?

저는 탭 왔다갔다하면 보드가 계속 쌓이는 문제가 있어서 fetchBoards에서 state 업데이트하기 전에 초기화해줬습니다. 아예 안보이는건 왜그런지 잘 모르겠네요.. 확인 한번만 더 부탁드립니다!

Comment on lines 27 to 30
// 초기화
setBoards([])
setPagination({ totalPage: 0, totalCount: 0, currentPage: 1, size: 10 })

Copy link
Collaborator

Choose a reason for hiding this comment

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

엇 초기화가 왜 필요한건지 설명 부탁드려도 될까요? 탭 왔다갔다하면 보드가 쌓인다고 하셨는데 어떤 이유인지 잘 이해가 안되어서요!

Copy link
Member Author

Choose a reason for hiding this comment

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

현재 서버에서 보드값이 중복되어 오고있어서 map 돌렸을때 unique key prop 오류가 발생했습니다. 이것때문에 렌더링 오류가 발생한 것 같아요. 저도 이해가 잘 안된 상태에서 초기화를 했더니 정상작동하길래 넣어뒀는데, 서버에서 중복 문제 해결하면 정상작동할 것 같습니다! (key에 index값을 넣어서 확인해봤더니 잘 되더라구요. key 문제가 맞는 것 같아요)
초기화는 다시 제거했습니다!

내가 참여한 보드가 안보이는 문제는 계속 발생하나요? 저는 잘 보여서..ㅜㅜ

Copy link
Collaborator

@junseublim junseublim left a comment

Choose a reason for hiding this comment

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

LGTM 👍 수고하셨습니다!

@hwanheejung hwanheejung merged commit 8a2faac into develop Sep 4, 2024
@hwanheejung hwanheejung deleted the feature/103 branch September 4, 2024 05:51
@hwanheejung hwanheejung restored the feature/103 branch September 4, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 내 보드 목록 페이지
2 participants