-
Notifications
You must be signed in to change notification settings - Fork 0
CLAP-203 관리자 목록 조회 관련 API 연결 #93
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
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9321004
:sparkles: [feat] : 로그인 기록 목록 조회 API 연결
seorang42 73d48ca
:sparkles: [feat] : 작업 기록 목록 조회 API 연결
seorang42 82f211f
:sparkles: [feat] : 전체 회원 조회 API 임시 연결
seorang42 39640a3
:bug: [fix] 감사 기록 api 주소 수정
seorang42 3bfb022
:bug: [fix] 로그인 기록 / 작업 기록 필터 서로 반대로 설정되었던 오류 수정
seorang42 b6b6e4e
:sparkles: [feat] : 감사 로그 페이지 구분 ENUM 값 수정
seorang42 76b9d46
:sparkles: [feat] : 감사 로그 페이지 정렬 기능 추가
seorang42 b7c6598
:recycle: [refactor] : 감사 로그 Params에서 sortBy 제거
seorang42 82aaf55
:recycle: [refactor] : 회원 관리 Params 변수명 수정
seorang42 5a1f3e1
:recycle: [refactor] : Role Enum값 적용
seorang42 1e835ad
:sparkles: [feat] : 회원 목록 조회 임시 연결 및 회원 삭제 로직 구현
seorang42 de06611
:sparkles: [feat] : 전체 회원 조회 API 연결
seorang42 d5c5536
:twisted_rightwards_arrows: [fix] : conflict resolved
seorang42 43e4bcc
:recycle: [refactor] : 환경 변수로 토큰 사용한 부분 제거
seorang42 b897d33
:recycle: [refactor] : 로그인 기록 성공 시 결과 표시 제외
seorang42 ba13a75
:recycle: [refactor] : 감사 로그 페이지 ENUM값 적용
seorang42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기선 오늘 이야기했던 부서 정보가 쓰이는건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 input을 통해 부서명으로 검색하고 있는데 일단은 잘 작동하고 있기 때문에,
현재 작업 일정에서는 우선적으로 드롭다운으로 변경하지는 않을 것 같습니다.
이후 시간이 된다면 드롭다운으로 교체해볼까 합니다