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
현재 추천 로직의 필터링 조건은 필터로 전달된 참여자들을 무조건 포함하는 일정을 추천하도록 구현되어 있습니다.
경우에 따라, '전달된 참여자들은 꼭 참여하되, 나머지 참여자들이 많이 참여할 수 있는 순'으로 추천하는 것이 유용할 수 있으므로 해당 추천 기준을 구현해야 합니다.
(본 이슈 작업 예정자는 이곳에 체크리스트를 추가해 주세요)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이슈 요약
현재 추천 로직의 필터링 조건은 필터로 전달된 참여자들을 무조건 포함하는 일정을 추천하도록 구현되어 있습니다.
경우에 따라, '전달된 참여자들은 꼭 참여하되, 나머지 참여자들이 많이 참여할 수 있는 순'으로 추천하는 것이 유용할 수 있으므로 해당 추천 기준을 구현해야 합니다.
상세 작업 내용
(본 이슈 작업 예정자는 이곳에 체크리스트를 추가해 주세요)
레퍼런스
The text was updated successfully, but these errors were encountered: