We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/gongbaek
GroupController#registerGongbaek
ResponseBuilder.created()
UserService#getUserById
LectureTimeSlotService#isExistInLectureTImeSlot
Facade
/api/v1/fill/groups
GroupController#getFillGroups
ResponseBuilder.ok()
ActiveCombinedGroupVoPreparer#prepareGroupVos
LectureTimeSlotService#isActiveGroupsInLectureTimeSlot
domain
/group
GroupController#applyGroup
EveryGroupService#findEveryGroupEntityByGroupId
SameSchoolValidator#isUserReadMySchoolEveryGroup
EveryGroupService#validateApplyEveryGroup
UserEveryGroupService#applyEveryGroup
The text was updated successfully, but these errors were encountered:
khyojun
2hyunjinn
No branches or pull requests
API 별 발생하는 쿼리 개수와 트랜잭션 범위 점검하기
Task List
API 분석 결과
/gongbaek
GroupController#registerGongbaek
호출ResponseBuilder.created()
응답 반환 시UserService#getUserById
)LectureTimeSlotService#isExistInLectureTImeSlot
)/gongbaek
Facade
시작 ~Facade
끝/api/v1/fill/groups
GroupController#getFillGroups
호출ResponseBuilder.ok()
응답 반환 시UserService#getUserById
)ActiveCombinedGroupVoPreparer#prepareGroupVos
등)LectureTimeSlotService#isActiveGroupsInLectureTimeSlot
)/api/v1/fill/groups
domain
서비스에 국한된 범위/group
GroupController#applyGroup
호출ResponseBuilder.ok()
응답 반환 시UserService#getUserById
)EveryGroupService#findEveryGroupEntityByGroupId
)SameSchoolValidator#isUserReadMySchoolEveryGroup
)EveryGroupService#validateApplyEveryGroup
)LectureTimeSlotService#isActiveGroupsInLectureTimeSlot
)UserEveryGroupService#applyEveryGroup
)/group
Facade
시작 ~Facade
끝The text was updated successfully, but these errors were encountered: