Merged
Conversation
- PR 생성 시 테스트 자동 실행 추가 - develop 브랜치 배포 트리거 추가 - test와 deploy job 분리하여 워크플로우 개선"
- getUserCamInfoId() 메서드 추가: UserCamInfo ID 반환 - isCampusCertified() 메서드 추가: 학교 인증 여부 확인 - Controller에서 안전하게 사용자 정보 접근 가능하도록 개선"
refactor: CustomOAuth2User에 UserCamInfo 관련 메서드 추가
- develop/main 브랜치 푸시 시에만 배포 실행
- GET /api/majors/list → GET /api/majors
- GET /api/majors/detail?majorId={id} → GET /api/majors/{id}
- POST /api/majors/select → PUT /api/majors/{id}
- MajorRequest DTO 제거 (PathVariable로 대체)
- @AuthenticationPrincipal로 사용자 정보 안전하게 획득
- userId를 RequestBody에서 받지 않고 세션에서 자동 처리"
refactor: MajorController, CampusController RESTful API 개선
- POST /api/studies/create → POST /api/studies
- GET /api/studies/detail → GET /api/studies/{id}
- POST /api/studies/update → PUT /api/studies/{id}
- POST /api/studies/delete → DELETE /api/studies/{id}
- GET /api/studies/list → GET /api/studies
- @AuthenticationPrincipal로 userCamInfoId 자동 획득
refactor: StudyPostController RESTful API 개선
refactor: Study 관련 Controller RESTful API 개선
- GET /api/notifications/list → GET /api/notifications
- GET /api/notifications/detail → GET /api/notifications/{id}
- POST /api/notifications/read → PUT /api/notifications/{id}/read
- POST /api/notifications/read/all → PUT /api/notifications/read-all
- DELETE /api/notifications/delete → DELETE /api/notifications/{id}
- @AuthenticationPrincipal로 userCamInfoId 자동 획득
refactor: NotificationController RESTful API 개선
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.
🛰️ Issue Number
🪐 작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)