Conversation
…d-entity [FEATURE] 외주 관련 Entity 추가
[FEATURE] 디자이너 회원가입 포트폴리오 업로드 presigned URL 방식으로 변경
- 불필요한 `common` 패키지 뎁스를 제거하고 `user`, `term`, `payment`, `auth` 등을 독립적인 최상위 도메인 패키지로 격상 - `commission` 도메인을 역할에 따라 `core`, `application`, `draft`, `revision` 하위 패키지로 세분화 - 강사와 디자이너로 분리되어 있던 회원가입/인증 로직을 `auth` 도메인 하나로 병합 (`AuthResult`, `SignupResponse`로 DTO 통합) - `PortfolioService`를 `SignupPortfolioService`로 변경하는 등 일부 클래스 네이밍 및 연관된 임포트 경로 전면 수정
[FEATURE] 강사 대시보드 외주 조회 기능 구현
…-seperation [REFACTOR] Presigned URL API 공용으로 분리
…ization [FEATURE] SecurityConfig 역할별 API 엔드포인트 접근 권한 설정
[FEATURE] 회원가입/로그인 응답에 userType 추가
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
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.
#31 [FEATURE] 디자이너 회원가입 포트폴리오 업로드 presigned URL 방식으로 변경
#33 [ENHANCEMENT] 폴더 구조 변경
#34 [FEATURE] 강사 새 외주 작성 API 추가
#38 [FEATURE] 강사 시안 조회/선택 API 추가
#40 [FEATURE] 강사 대시보드 외주 조회 기능 구현
#42 [REFACTOR] Presigned URL API 공용으로 분리
#43 [REFACTOR] Presigned URL API 공용으로 분리
#46 [FEATURE] 회원가입/로그인 응답에 userType 추가