gorse-io / gorse

Gorse open source recommender system engine
https://gorse.io
Apache License 2.0
8.31k stars 749 forks source link

fix: added user_id to arguments of functions to remove read items of user in client #810

Closed resulshm closed 3 months ago

resulshm commented 4 months ago

fix: remove read items of user in GetItemNeighbors and GetItemNeighborsWithCategory methods of GorseClient

Xoshbin commented 3 months ago

@zhenghaoz Is there any chance to merge this? it's very annoying when the user sees the read items again and again. Thank you

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.06%. Comparing base (78c016b) to head (b10ee9d). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #810 +/- ## ========================================== - Coverage 70.16% 70.06% -0.11% ========================================== Files 66 66 Lines 12546 12553 +7 ========================================== - Hits 8803 8795 -8 - Misses 2929 2942 +13 - Partials 814 816 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zhenghaoz commented 3 months ago

Thank you