innercircle-byebye / ft_transcendence-back

Backend for ft_transcendence (nestjs)
1 stars 0 forks source link

게임방, 랭킹 쿼리스트링 perPage 추가 #110

Closed sungyongcho closed 2 years ago

sungyongcho commented 2 years ago

게임방 목록 조회시 perPage 쿼리스트링이 필요하다는 프론트 요청이 있었습니다.

pagenation시 perPage를 쿼리스트링으로 전달 받아 필요한 개수만큼 전달 하도록 코드 수정하였습니다.

close #109

sungyongcho commented 2 years ago

게임방 페이지네이션에서 발생하던 쿼리 조회시 방 목록이 제대로 조회되지 않는 문제를 해결하였습니다.

innerjoin을 사용해서 gameroom, user의 정보를 순차적으로 조회하는 방식에서,

전체 게임방 목록을 조회 한 후, 데이터 맵핑시 동일 gameRoomId 의 gameMember 목록을 합치는 방식입니다.