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

🌾 POC: Recommendations #5799

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from

Conversation

WRadoslaw
Copy link
Contributor

No description provided.

@WRadoslaw
Copy link
Contributor Author

WRadoslaw commented Jan 26, 2024

POC testing

This 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

image

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/

⚠️ Rember to set the environment to Gleev next in the Admin modal (it can be accessed through the sidebar)
image

@kdembler
Copy link
Member

Really cool to see this happening!

So what I see right off the bat:

  1. Recommendations in video view are always the same
    CleanShot 2024-01-26 at 17 37 58@2x

  2. After watching one video from a channel, my full home feed are videos only from this channel
    CleanShot 2024-01-26 at 17 38 15@2x

@WRadoslaw
Copy link
Contributor Author

So what I see right off the bat:

  1. Recommendations in video view are always the same

I've made some changes. It should work better now.

  1. After watching one video from a channel, my full home feed are videos only from this channel

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
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.

None yet

2 participants