-
Notifications
You must be signed in to change notification settings - Fork 1
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
Front/refactor/#76 component refactor #78
Closed
Closed
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
* Feature/#65/response code and message (#68) * feat: [#65] ResponseCodeAndMessage Enum 추가 및 BaseResponse 생성자 추가 * fix: Apple Silicon에서 Docker-Compose 파일 정상 동작 하도록 platform 옵션 추가 * refactor: [#65] Note Controller 및 Note ControllerTest에 대한 ResponseCodeAndMessage 수정 * refactor: [#65] Card Controller 및 Card ControllerTest에 대한 ResponseCodeAndMessage 수정 * refactor: [#65] Content Controller 및 Content ControllerTest에 대한 ResponseCodeAndMessage 수정 * docs: api 문서 업데이트 * Feature/#70/api exception handle (#71) * refactor: [#70] ResponseCodeAndMessage -> ResponseCodeAndMessages로 이름 변경 * refactor: [#70] interface CodeAndMessages 삭제 * chore: [#70] BaseResponse 부분 파라미터 변수 수정 * feat: [#70] Exception 처리를 위한 BaseException 및 ErrorCodeAndMessages, ExceptionHandler 추가 * feat: [#70] Domain Not Found 관련 Exception Class 생성 * refactor: [#70] Exception 사용하는 Service 및 Service Test 수정 * feat: [#74] 로그인 초기 작업 세팅 (Config, build.gradle 등) * feat: [#74] config 추가설정 (TestConfig 포함) * feat: [#74] Kakao Login 구현 * test: [#74] 로그인 기능 관련 테스트 추가 및 기존 컨트롤러 테스트에 Header 부분 추가 * feat: [#74] Card 관련 Login 로직 추가 및 리팩토링 진행 + 테스트 리팩토링 * feat: [#74] 로그인 관련 코드 수정 및 테스트 격리에 사용되는 데이터 수정 * feat: [#74] Content 관련 리팩토링 진행 * feat: [#74] Note 관련 리팩토링 진행 * docs: [#74] Restdocs 적용 완료
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.
❗️ #76
Closes #📝 구현 내용