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.
#️⃣연관된 이슈
See also: #95
jobPost와 Apply, ScoutRequest를 제외한 도메인의 컴포넌트들을 리팩토링합니다.
☑️ PR 유형
📝 작업 내용
로컬 DB 연결 설정 제거
로컬 데이터베이스 연결 설정이 공유 설정 파일에 들어있어 제거합니다.
Commit: 8953b82
미디어 컴포넌트 리팩토링
Commit: f44bd5c
시큐리티 및 토큰 코드 리팩토링
Commit: 5016341
회원 컴포넌트 리팩토링
Commit: 4b30314
피드 컨트롤러 메소드 권한 설정
피드 수정 및 삭제 메소드 실행 전에 권한을 확인하도록 설정합니다.
Commit: 168dca5
멤버 제공 컴포넌트 위치 변경
변경된 MemberProvider 위치가 변경됨에 따라 Import 참조 조수를 변경합니다.
Commit: 3630233
✅ 피드백 반영사항
회의에서 말씀드린대로 피드와 회원의 특정 메소드의 실행 전에 권한을 확인하고, 파일 이름을을 변경하려고 합니다.
💬 리뷰 요구사항
밤을 새워서 리팩토링을 수행했기에, 새벽부터 집중력이 떨어져서 누락된 부분이 있을 수 있습니다. 또한,
JobPost와 Apply, ScoutRequest를 제외한 대부분의 코드가 구조부터 변경되었으므로, 최신화 Merge가 필요합니다.