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

[GGFE-14] Game - 게임 목록 조회 #795

Merged
merged 13 commits into from
May 30, 2023

Conversation

yoouyeon
Copy link
Member

📌 개요

진행된 (진행중인) 게임 목록을 받아오는 api 변경

💻 작업사항

🛠 전체 게임 목록 조회 🛠

  • 수정 전 : /pingpong/games?seasonId=${seasonId}&gameId=${gameId}&count=${pageSize}&status=${status}&mode=&mode
  • 수정 후 : /pingpong/games?page=${pageNum}&size=${pageSize}&intraId=${intraId}&status=${status}

🛠 랭크 게임 목록 조회 🛠

  • 수정 전 : /pingpong/games?seasonId=${seasonId}&gameId=${gameId}&count=${pageSize}0&status=${gameStatus}&mode=${gameMode}
  • 수정 후 : /pingpong/games/rank?size=${pageSize}&page=${pageNum}&seasonId=${seasonId}&intraId=${intraId}

🛠 일반 게임 목록 조회 🛠

  • 수정 전 : /pingpong/games?seasonId=${seasonId}&gameId=${gameId}&count=${pageSize}&status=${gameStatus}&mode=${gameMode}
  • 수정 후 : /pingpong/games/normal?page=${pageNum}&size=${pageSize}&intraId=${intraId}

  • 전체 / 랭크 / 일반 게임 목록 조회용 path를 만드는 makePath 함수 수정
  • 페이지네이션 기준이 lastGameId → page로 변함에 따라 다음 페이지로 받아올 수 있게 InfScroll 수정
  • SeasonMode 타입을 기존 소문자에서 대문자로 수정
  • response body에 맞게 types/gameTypes.ts 의 타입 수정
  • 그 외에 단순 string으로 정의되어 있던 타입들 일부를 리터럴 타입으로 변경했습니다.

❗️ 시즌 api가 아직 연결이 안되어서 랭크 게임 목록 조회는 테스트가 안된 상태입니다. ❗️

✅ 변경로직

@yoouyeon yoouyeon self-assigned this May 26, 2023
@yoouyeon yoouyeon changed the title [GGFE-14] 게임 목록 조회 [GGFE-14] Game - 게임 목록 조회 May 26, 2023
@PHJoon
Copy link
Contributor

PHJoon commented May 30, 2023

변경사항 확인했습니다!

Copy link
Contributor

@parksangmin1543 parksangmin1543 left a comment

Choose a reason for hiding this comment

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

변경사항 확인했습니다.

Copy link
Contributor

@42sungwook 42sungwook left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

@42sungwook 42sungwook merged commit ff4a717 into GGFE-00/Feat/api-refactoring May 30, 2023
@yoouyeon yoouyeon deleted the GGFE-14-게임-목록-조회 branch May 31, 2023 05:44
@yoouyeon yoouyeon linked an issue Jun 26, 2023 that may be closed by this pull request
3 tasks
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.

[Feat] infinity scroll 수정
4 participants