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

Feat/#8 home playlist #13

Merged
merged 20 commits into from
Jul 24, 2024
Merged

Feat/#8 home playlist #13

merged 20 commits into from
Jul 24, 2024

Conversation

jjjjjinseo
Copy link
Contributor

✏️ Feat

사용자가 회원가입 시에 입력한 건강정보를 바탕으로 홈트 playlist를 생성하는 기능을 구현했습니다.
또한 매일 자정에 주기적으로 재생목록을 생성합니다.

Playlist

  1. create : playlist 생성 ( 회원가입, 건강정보 수정, 매일 자정 마다 생성)
  2. me: 나의 playlist 목록을 최신 순서로 조회합니다.
  3. getRecentPlaylist: 가장 최신에 생성된 playlist를 조회합니다.

YoutubeVideo

  1. watchVideo: video 선택 시 시청 상태로 변경합니다.
  2. getYoutubeVideosByPlaylist: playlist 속 video 목록을 조회합니다.
  3. getWatchedVideo: 사용자가 시청한 video 목록을 조회합니다.
  4. getRecentVideo: 사용자가 시청한 비디오 다음 비디오를 조회합니다. (이어보기)

YoutubeUtil

  1. search: 사용자 건강정보를 기반으로 검색 결과를 가져옵니다.
  2. selectVideos: dfs로 사용자가 입력한 playlist 시간에 맞춰서 가장 적합한 video들을 선택합니다.

feat/#8-home-playlist -> dev

Issue #8

@jjjjjinseo jjjjjinseo requested a review from HaHaPark July 23, 2024 13:21
@jjjjjinseo jjjjjinseo self-assigned this Jul 23, 2024
@jjjjjinseo jjjjjinseo merged commit e6c5d62 into dev Jul 24, 2024
@jjjjjinseo jjjjjinseo deleted the feat/#8-home-playlist branch July 25, 2024 08:22
@jjjjjinseo jjjjjinseo mentioned this pull request Jul 29, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant