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

Fix/#187: 채널 보드 드래그앤 드랍 안되는 문제 해결 #189

Merged
merged 4 commits into from
Oct 27, 2023

Conversation

pp449
Copy link
Member

@pp449 pp449 commented Oct 25, 2023

🤠 개요

  • closes: Fix: 채널 보드 드래그앤 드랍 안되는 문제 #187
  • 채널 보드 아이디 타입을 string 에서 number 로 변경했어요
  • 채널 보드 드래그앤 드랍이 안되는 문제를 해결했어요
  • 드래그앤 드랍 시 채널 추가하기 버튼도 같이 움직여지는 문제를 해결했어요

💫 설명

채널 보드 아이디의 타입을 string 에서 number 로 변경한 이유

우선 개발 초기단계에 서버와 합의 문제가 일부 발생해 프론트는 string 으로 처리하고 서버는 number(int) 로 이용하고 있었어요. 그래서 채널 보드 드래그앤 드랍 문제가 발생했었어요. 서버와 타입을 맞추지 않고 코드를 작성하다보니 typescript 에서 타입 에러가 발생하였고, MSW 와 서버의 데이터가 일치하지 않는 문제가 있어 타입을 변경했어요

📷 스크린샷 (Optional)

Screen.Recording.2023-10-26.at.2.14.16.AM.mov

@pp449 pp449 self-assigned this Oct 25, 2023
@pp449 pp449 added the 🛠 Fix 프로젝트 버그 수정 이슈 label Oct 25, 2023
Copy link
Member

@navyjeongs navyjeongs left a comment

Choose a reason for hiding this comment

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

타입 문제로 드래그앤드랍이 안되던거였군요.
확인했습니다!

@pp449 pp449 merged commit 734c5d3 into dev Oct 27, 2023
1 check failed
@pp449 pp449 deleted the Fix/#187 branch October 27, 2023 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Fix 프로젝트 버그 수정 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: 채널 보드 드래그앤 드랍 안되는 문제
2 participants