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
비슷한 향수 추천 데이터 조회하는 기능과 관련된 레이어들의 코드들을 수정합니다.
기존에는 비슷한 향수 추천 데이터 대신 DB에서 랜덤하게 향수를 조회한 데이터를 return했었는데, 비슷한 향수 추천 시스템에서 데이터를 받아와서 가공한 후 return하는 방향으로 수정하고자 합니다.
Replace random perfume data with similar perfume recommendation data.
The text was updated successfully, but these errors were encountered:
ChoHadam
Successfully merging a pull request may close this issue.
기능 정의
비슷한 향수 추천 데이터 조회하는 기능과 관련된 레이어들의 코드들을 수정합니다.
요구 사항
기존에는 비슷한 향수 추천 데이터 대신 DB에서 랜덤하게 향수를 조회한 데이터를 return했었는데,
비슷한 향수 추천 시스템에서 데이터를 받아와서 가공한 후 return하는 방향으로 수정하고자 합니다.
작업 내용
Replace random perfume data with similar perfume recommendation data.
관련 링크 / 참조
The text was updated successfully, but these errors were encountered: