feat: adding query recommended movies and view profile recommend a slop#59
feat: adding query recommended movies and view profile recommend a slop#59Dbishop15 wants to merge 1 commit into
Conversation
| } | ||
| `; | ||
|
|
||
| export const GET_USERS_WATCHLIST = gql` |
There was a problem hiding this comment.
I think this is great but, it gets all user watchlists, not just the current user's like the query above this.
| `; | ||
|
|
||
| export const GET_USERS_WATCHLIST = gql` | ||
| query GetUsersWatchlist { |
There was a problem hiding this comment.
This query should get a list of recommended movies based off the current user's preferences rather than the current user's watchlist and watched slops. The wishlist and watched are a part of the me goblin profile page. The page and logic for user preference currently does not exist.
| import { ProfileHorizontalMenu } from "./profile-horizontal-menu"; | ||
| import { ProfileSidebar } from "./profile-sidebar"; | ||
|
|
||
| export const ProfileRecommendedRoute = () => { |
There was a problem hiding this comment.
Everything looks good, but I believe that something was misinterpreted or miscommunicated. This logic seems to be more for the me goblin page rather than the recommended page. This code might only have to be slightly refactored for recommending slops. It might be blocked until the user preferences have been created.
Describe your changes
Issue ticket number and link
SLOP-2: Recommended Movies
https://tripleten-apiary.atlassian.net/browse/SLOP-2
SLOP-6: View: Profile - Recommend-A-Slop
https://tripleten-apiary.atlassian.net/browse/SLOP-6
Checklist before requesting a review