tournesol-app / tournesol-mobile

0 stars 0 forks source link

Enable private rating #13

Open lenhoanglnh opened 3 years ago

lenhoanglnh commented 3 years ago

Like on the website: https://tournesol.app/rate

lenhoanglnh commented 3 years ago
Screen Shot 2021-04-25 at 14 51 47
tchaumeny commented 3 years ago

I tried implementing this but I ended up with a weird behavior in the my_ratings_are_private endpoint (https://tournesol.app/api/v2/videos/my_ratings_are_private/?video_id=ecqtrDTfDm4).

It always yields:

{
    "my_ratings_are_private": false,
    "entry_found": false
}

cc @sergeivolodin

tchaumeny commented 3 years ago

Also, I find the feature not very intuitive from a user point of view: why do we have to set our rating mode for each video ?

It seems more intuitive to have a public/private rating mode switch in the user account, and then to set it once and for all.