-
Notifications
You must be signed in to change notification settings - Fork 0
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
시험 목록과 시험 상세 페이지에서 좋아요 수를 확인할 수 있다. #30
Merged
Conversation
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
Merged
alstn113
added a commit
that referenced
this pull request
Jan 20, 2025
* feat: 시험 목록, 나의 제출된 시험 조회 시 좋아요 수 포함 * refactor: 내가 제출한 시험에 좋아요 수 는 제거 * feat: 시험 상세 요약 조회 시 로그인 여부에 따라 좋아요 여부 조회 * refactor: ExamDetail과 ExamDetailSummary로 응답 분리 * feat: client like, unlike api 요청 구현 * refactor: 사용하지 않는 interface 제거 * feat: like, unlike mutation 구현 * feat: useExamLikeManager를 통한 좋아요 토글 hook 구현 * refactor: remove select updatedAt * feat: add pagination query index * refactor: ddl 컬럼 이름 변경 및 인덱스 수정 * refactor: 전체 시험 목록과 내 시험 목록 interface 분리 * refactor: exam querydsl leftjoin이 필요한 곳 수정 * refactor: exam querydsl submission 부분 join으로 변경 * fix: submitted exam ids group by exam id! * refactor: 문항 수 아이콘으로 변경 * feat: useExamLikeeManager 낙관적 업데이트 * feat: 좋아요 invalidate queries에 디바운스 300ms * feat: exam intro의 좋아요 버튼 * refactor: LikeService 코드 구조 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
연관된 이슈
작업 내용
서버
웹 클라이언트
2025-01-21.1.14.53.mov