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

[BE-96] 라벨 목록은 TF이상 권한인 면접관만 뜨도록 수정 #273

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

LJH098
Copy link
Contributor

@LJH098 LJH098 commented Sep 23, 2024

개요

close #262

작업사항

  • 면접관 조회하는 api에 ROLE에 대한 필터링을 추가하였습니다.

변경로직

 public ResponseEntity<List<InterviewerResponseDto>> findAll(
            @ParameterObject String order, @RequestParam(required = false) List<String> roles) {
        List<InterviewerResponseDto> interviewers = interviewerUseCase.findAll(order, roles);
        return new ResponseEntity(interviewers, HttpStatus.OK);
    }

reference

@LJH098 LJH098 added the feature✨ This issue or pull request already exists label Sep 23, 2024
@LJH098 LJH098 self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature✨ This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant