-
Notifications
You must be signed in to change notification settings - Fork 44
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
🌾 POC: Recommendations #5799
base: dev
Are you sure you want to change the base?
🌾 POC: Recommendations #5799
Conversation
POC testingThis playground is based on public production data. This means that you can use your already created memberships (ONLY EXTERNAL WALLETS), but it will ask you to add a new email, doesn't matter what email you provide, it won't be used anywhere and it won't override your email in Gleev. It is advised not to use studio, YPP and marketplace as they don't impact the system in any way. The main areas of testing would be the homepage feed (whether it adjusts to the videos that you watched), and the video page (whether the videos proposed on the right side are similar to the currently playing video). It would be nice to have dev tools opened during the testing on the network tap and check if as you click through the application the interactions are sent properly. We limit them both per user and video ID and by IP. So if some of the interaction requests will start to fail and you feel that you didn't do a sprint through the UI make a note and share it with us. As we don't have many interactions yet and the video count is high, we expect the initial recommendations to be low-quality or irrelevant, but it should get better after a day or two. Below is an example screenshot that shows how successful video video-clicked request looks In case of breaking issues, that are stopping you from getting recommendations add a comment with a context and a way to reproduce the issue. Lastest playground url: https://atlas-ebeoruuu8-joystream.vercel.app/
|
I've made some changes. It should work better now.
This is mainly due to the lack of interactions, we need lots more of them. I had similar issue, but it seems to be better today. |
# Conflicts: # packages/atlas/src/.env # packages/atlas/src/api/queries/__generated__/baseTypes.generated.ts # packages/atlas/src/api/queries/__generated__/videos.generated.tsx # packages/atlas/src/api/queries/videos.graphql # packages/atlas/src/api/schemas/orion.json # packages/atlas/src/components/_video/VideoPlayer/VideoOverlay.tsx # packages/atlas/src/components/_video/VideoTileViewer/VideoTileViewer.tsx # packages/atlas/src/providers/personalData/store.ts # packages/atlas/src/views/viewer/HomeView.tsx # packages/atlas/src/views/viewer/VideoView/VideoView.tsx
No description provided.