You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Controller 분리 병합
HomeController를 alarmController로 분리
UserController를 ProjectController에 병합
ComplimentMarkController를 ReviewController에 병합
- Service 분리 병합
UserService를 ProjectService에 병합
HashtagService, PositionService을 SignupSerivce에 병합
ComplimentMarkService를 ReviewService에 병합
Controller, Serivice 일관성 수정
Controller
Service
이외의 패키지 구조 개선
내용
JWTController : LoginController
SignupController : SignupController
HomeController : HomeController
AlarmController : HomeController
ChatController : ChatController
ProjectController : ProjectController <- UserController
ProjectCommentController : ProjectCommentController
ProjectApplyController : ProjectApplyController
UserPoolController : UserPoolController
MyProjectController : MyProjectController
ReviewController : UserReviewController <- ComplimentMarkController
MyPageController : MyPageController
MyPageEditController : MyPageEditController
UserPortfolioController : UserPortfolioController 여러개
InqueryController
AnnouncementController
ReportController : ReportController
The text was updated successfully, but these errors were encountered: