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] 탁구 게임 기록 페이지 색 변경 오류 수정 #1585

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

yoouyeon
Copy link
Member

탁구 페이지의 url이 / 에서 /takgu로 변경됨

📌 개요

  • 페이지 url이 변경되면서 게임 기록 페이지(/takgu/game)의 목록 색깔이 의도대로 변경되지 않던 문제를 수정함

💻 작업사항

  • 탁구 서비스의 base url이 / 에서 /takgu로 변경되었는데 페이지 색을 결정하는 조건문에서는 여전히 / 으로 되어 있어 게임 페이지를 제대로 판단하지 못하던 문제가 있었습니다.
  • 조건문의 url을 수정해서 문제를 해결했습니다.

사이드 메뉴의 버튼으로 이동할 수 있는 페이지들이 많고 url이 한번 변경된 적도 있다보니
따로 외부 객체에다 페이지별 url 정보들을 정리해두고 코드 내에서는 모두 import해서 쓰는 방식으로 바꿔봐도 괜찮을 것 같아요.

수정 결과 스크린샷

A783A51F-2522-4061-9703-D21D7C99B03A

💡관련 Issue

탁구 페이지의 url이 / 에서 /takgu로 변경됨
@yoouyeon yoouyeon added the fix bug fix label Dec 22, 2024
@yoouyeon yoouyeon self-assigned this Dec 22, 2024
탁구 페이지의 url이 / 에서 /takgu로 변경됨
@yoouyeon yoouyeon force-pushed the Fix/#1581-takgu-game-page-color branch from 6bceb0c to 8c49be9 Compare December 23, 2024 08:55
nerdchanii and others added 3 commits December 27, 2024 14:10
유지보수 용이성을 위해서 삼항연산자 대신 객체로 페이지 타입을 관리하도록 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 탁구 게임 기록 페이지 색 변경 오류
2 participants