-
Notifications
You must be signed in to change notification settings - Fork 1
[SRLT-113] AiReport, Expert, ExpertReport/Application, Wallet 도메인의 패키지 구조를 정리한다 #68
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
Merged
The head ref may contain hidden characters: "SRLT-113-\uD074\uB798\uC2A4\uBA85-\uC815\uB9AC"
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0c3a641
[SRLT-113] Refactor: 개발가이드를 최신화한다
SeongHo5356 bdbf06e
Merge branch 'develop' into SRLT-113-클래스명-정리
SeongHo5356 6f9a297
[SRLT-113] Refactor: ExpertApplication 파일 구조를 수정한다
SeongHo5356 4fb357c
[SRLT-113] Refactor: expertReport CQRS 분리하기 및 조회/포트 네이밍 정리
SeongHo5356 0455c0c
[SRLT-113] Refactor: ExpertReportDetail에서 ExpertReportComment로 엔티티명을 …
SeongHo5356 1ccef08
[SRLT-113] Refactor: 수정된 ExpertReport 에 따라 테스트 코드를 수정한다
SeongHo5356 05a7350
[SRLT-113] Refactor: Order도메인을 컨벤션에 맞게 정리하고, SwaggerDoc을 작성한다
SeongHo5356 75510da
[SRLT-113] Refactor: Usage도메인을 컨벤션에 맞게 정리한다
SeongHo5356 2c8f660
[SRLT-113] Refactor: ExpertApplication 도메인을 컨벤션에 맞게 정리한다
SeongHo5356 3c15885
[SRLT-113] Refactor: 전문가 조회 시 필터링을 제거한다
SeongHo5356 abf6aac
[SRLT-113] Refactor: adapter/ncp위 위치르를 adpater/aireport 안쪽으로 옮긴다
SeongHo5356 f680970
[SRLT-113] Test: 경로 변경에 다른 import 문을 추가한다
SeongHo5356 e5b1ef4
[SRLT-113] Refactor: @deprecated 애노테이션에 문서화를 추가한다
SeongHo5356 e6d1844
[SRLT-113] Refactor: 필드명도 일관되게 수정한다
SeongHo5356 b634b5a
[SRLT-113] Docs: 도메인모델과 용어사전을 최신화한다
SeongHo5356 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
16 changes: 8 additions & 8 deletions
16
...ght/adapter/ncp/ocr/ClovaOcrProvider.java → .../infrastructure/ocr/ClovaOcrProvider.java
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
.../adapter/ncp/ocr/dto/ClovaOcrRequest.java → ...frastructure/ocr/dto/ClovaOcrRequest.java
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...apter/ncp/ocr/exception/OcrErrorType.java → ...structure/ocr/exception/OcrErrorType.java
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...apter/ncp/ocr/exception/OcrException.java → ...structure/ocr/exception/OcrException.java
This file contains hidden or 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
8 changes: 4 additions & 4 deletions
8
...adapter/ncp/ocr/infra/ClovaOcrClient.java → ...rastructure/ocr/infra/ClovaOcrClient.java
This file contains hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
...apter/ncp/ocr/util/OcrResponseMerger.java → ...structure/ocr/util/OcrResponseMerger.java
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...dapter/ncp/ocr/util/OcrTextExtractor.java → ...astructure/ocr/util/OcrTextExtractor.java
This file contains hidden or 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
6 changes: 3 additions & 3 deletions
6
...rlight/adapter/ncp/ocr/util/PdfUtils.java → ...ort/infrastructure/ocr/util/PdfUtils.java
This file contains hidden or 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 hidden or 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
6 changes: 3 additions & 3 deletions
6
...t/adapter/ncp/webapi/ImageController.java → ...pter/aireport/webapi/ImageController.java
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...apter/ncp/webapi/swagger/ImageApiDoc.java → .../aireport/webapi/swagger/ImageApiDoc.java
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.