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

♻️ 통신을 URL 쿼리 파라미터 형식으로 변경 #43

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

Ethen1264
Copy link
Contributor

💡 배경 및 개요

통신을 URL 쿼리 파라미터 형식으로 변경

📃 작업내용

기존에 zustnad의 상태로 조건식을 짜다 보니 통신이 원활하게 진행되지 않는 문제가 있었다. (training 프로그램 디테일 페이지에 접속 후 새로고침을 하면 zustand의 기본 상태인 standard로 변경되며 서버에 standard의 주소로 요청이 되는 문제)
이러한 문제를 해결하기 위해 zustand 상태관리에서 url 쿼리 파라미터로 변경하였다.

🔀 변경사항

zustnad state -> url query parameters

@Ethen1264 Ethen1264 added ♻️ Refactor 코드 리팩토링 ⚡️performance 성능 개선 🐞 Bug 버그 발생 labels Dec 2, 2024
@Ethen1264 Ethen1264 self-assigned this Dec 2, 2024
@Ethen1264 Ethen1264 merged commit b7cf2f7 into develop Dec 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 발생 ⚡️performance 성능 개선 ♻️ Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants