Skip to content
New issue

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

Fix/domain 도메인 정리 및 권한 설정 #16

Merged
merged 18 commits into from
Apr 20, 2024
Merged

Fix/domain 도메인 정리 및 권한 설정 #16

merged 18 commits into from
Apr 20, 2024

Conversation

heunseoRyu
Copy link
Collaborator

No description provided.

teacher, admin sign-up 요청 로직 작성
admin 도메인 삭제 -> auth 도메인으로 이동
ddl-auto : none -> update
ROLE_역할(STUDENT,TEACHER,ADMIN) -> 역할(STUDENT,TEACHER,ADMIN)
1. TeacherFacade 추가
2. teacherSignUp 메소드 추가
3. signIn 메소드 내부 주석 제거
권한설정 세분화
요청 추가
1. studentList 조회
2. grade로 cls을
3. grade, cls로
4. name으로 학생 조회
요청 추가
1. getStudents()
2. searchStudents()
3. getCls()
ROLE_STUDENT -> STUDENT
teacherList() 추가
teacherList() 메소드 추가
admin 도메인 삭제 -> auth 도메인
1. 입실 요청
2. 퇴실 요청
3. 실 이름으로 실 조회
4. 실 코드로 출석목록 조회
1. enter()
2. exit()
3. getRooms()
4. getAttendance()
@heunseoRyu heunseoRyu requested a review from lgwk42 April 20, 2024 08:21
@heunseoRyu heunseoRyu self-assigned this Apr 20, 2024
@heunseoRyu heunseoRyu added enhancement New feature or request bug Something isn't working wontfix This will not be worked on and removed wontfix This will not be worked on labels Apr 20, 2024
@heunseoRyu heunseoRyu added this to the beepTest milestone Apr 20, 2024
@heunseoRyu heunseoRyu linked an issue Apr 20, 2024 that may be closed by this pull request
4 tasks
@operation() , @tag() 수정으로 swagger api문서 가독성 높임.
ROLE_역할 -> 역할 로 수정
@heunseoRyu heunseoRyu merged commit 2dffdd0 into main Apr 20, 2024
1 check passed
@heunseoRyu heunseoRyu deleted the fix/domain branch May 20, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

도메인 정리
1 participant