-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Release] 리뷰미 v2.0.5 배포 #968
Merged
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
* fix: 로그 레벨 info로 조정 * refactor: 사용하지 않는 예외 삭제
* refactor: Question 도메인을 Template 아래로 이동 - 전체적인 경계를 아래와 같이 나눔: 1. 템플릿 (질문, 옵션, 섹션, 템플릿) 2. 리뷰 (답변) 3. 하이라이트 4. 리뷰 그룹 * refactor: TemplateService에서 리뷰 그룹 Repository 계층을 참조하지 않도록 수정
* fix: [Release] 머릿말에도 디스코드 알림 처리 * refactor: `Release`인 경우 `All`로 처리
* chore: use `@Slf4j` instead of `LoggerFactory.getLogger` * refactor: `WebConfig`가 하나의 역할만 하도록 수정 * style: dto 불필요한 개행 제거 * refactor: Config는 상위 패키지, Resolver/Interceptor는 각 도메인에 두기
* feat: 하이라이트 벌크 삽입 추가 * refactor: 불필요한 `@Repository` 제거 * fix: `findAll` 사용하지 않도록 수정 * fix: 테스트 수정 * refactor: `NamedParameterJdbcTemplate` 사용하도록 수정
* refactor: 하이라이트 매핑 로직 간소화 * refactor: `Fragments` 변환 로직 dto 내부로 이동 * refactor: 내부 값 사용하도록 변경 * refactor: Stream 가독성 향상 * style: 개행 삭제 * test: 하이라이트가 안 쳐지는 라인이 잘 변환되는지 테스트 Co-authored-by: Hyeonji <110809927+skylar1220@users.noreply.github.com> * refactor: 메서드 네임 확실하게 수정 --------- Co-authored-by: Hyeonji <110809927+skylar1220@users.noreply.github.com>
donghoony
requested review from
chysis,
BadaHertz52,
nayonsoso,
soosoo22,
skylar1220,
ImxYJL and
Kimprodp
November 17, 2024 07:21
BadaHertz52
approved these changes
Nov 17, 2024
chysis
approved these changes
Nov 17, 2024
Kimprodp
approved these changes
Nov 17, 2024
skylar1220
approved these changes
Nov 17, 2024
* refactor: `HighlightValidator` 삭제 * chore: add todos * refactor: 타입에 따라 검증하는 객체 이름에 `Typed-`를 접두사로 추가 * feat: `AnswerValidator`에서 정답과 관련된 검증 진행 * refactor: `List` -> `Collection` 받도록 수정 * fix: 리뷰 그룹에 해당하는 하이라이트만 삭제하도록 수정 * refactor: 사용하지 않는 상수 삭제 * refactor: `TypedAnswerValidatorFactory`로 수정 * refactor: 쿼리 수정, 테스트 추가
* docs: 질문별 모아보기 목 데이터 주관식 답변 변경 * feat : 현재 sectionId sessionSotrage에 저장하고, 모아보기 페이지 언마운트 시 삭제하는 기능 추가 * feat : 형광펜 API 요청 성공 후, 해당 질문 쿼리 무효화하는 기능 추가 * feat : 형광펜 데이터 로컬 스토리지에 저장한 코드 삭제 * feat : ReviewCollectionPage 에서 clearEditorAnswerMapStorage 코드 삭제
ImxYJL
approved these changes
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
슉슉
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.
이번 배포에는 백엔드 수정만을 배포합니다.