-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] refactor: Answer 추상화 2단계: 기존 레거시 코드 제거 (#784)
* refactor: 기존 레거시 코드 살제 및 테스트 돌아가게 수정 * refactor: CheckboxAnswer new 제거 * refactor: CheckboxAnswerSelectedOption new 제거 * refactor: Review new 제거 * refactor: TextAnswer new 제거 * refactor: Review domain repository new 제거 * refactor: Mapper, validator new 제거
- Loading branch information
Showing
58 changed files
with
268 additions
and
1,467 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...wme/review/domain/abstraction/Answer.java → ...n/java/reviewme/review/domain/Answer.java
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
32 changes: 0 additions & 32 deletions
32
backend/src/main/java/reviewme/review/domain/CheckBoxAnswerSelectedOption.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
40 changes: 0 additions & 40 deletions
40
backend/src/main/java/reviewme/review/domain/abstraction/NewCheckboxAnswer.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
backend/src/main/java/reviewme/review/domain/abstraction/NewCheckboxAnswerRepository.java
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
backend/src/main/java/reviewme/review/domain/abstraction/NewReview.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
backend/src/main/java/reviewme/review/domain/abstraction/NewReviewRepository.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.