Output new user keywords profile when logging out #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this would be after #3, to dynamically influence user keywords profile based on their activity on dd.
Refer to
0fe5752db3
for where/how to output new user keywords profile to the device/API from dd-re. In short, return the updated scores with the videos.@j - as for the commit
0fe5752db3
, do you ever call get_recommendations() from dd-client? My understanding is that only get_videos() and get_next() are used. I'd rather not outputting the user keyword scores from get_recommendations() otherwise.The proposed method has been written in the documentation. Implementation TBD.