-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(be): add participants number in finished contest GET API response (
#1181) * fix: restore missing take option * refactor: change contest participants number finding logic - prisma의 _count 기능을 사용하여 contest 참여자 수를 조회할 수 있도록 변경 - finished contest를 조회할 때에도 참여자 수를 조회할 수 있게 변경 * refactor: add ContestSelectResult type - _count를 사용했을 때, findUnique가 반환하는 타입을 ContestGetPayload를 사용하여 지정할 수 있다 * fix: fix wrong logic and missing participants data - registered contest를 가져오는 로직이 잘못되어있었습니다. 사용자가 등록한 contest이므로 ContestRecord에서 조회해야 합니다. - 불필요한 Join 연산을 없앱니다. - registered contest를 조회할 때, groupId에 맞는 것만 가져오도록 변경합니다. 기획 회의 이후 삭제될 수 있는 부분입니다. - registered contest에서도 participants를 볼 수 있게 합니다. * test: fix test cases of contest service
- Loading branch information
Showing
2 changed files
with
197 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.