Showing all feedback negative #1235
Replies: 1 comment 1 reply
|
This is most likely expected behavior rather than a dashboard bug. In Gorse, there are three different concepts here:
So if your From the code path in
That means this setup:
will not automatically make dashboard treat all A few important notes:
So for your scenario, I would recommend:
If helpful, I can also suggest a concrete config example for feeds like:
That would make the training behavior much easier to reason about. |
Uh oh!
There was an error while loading. Please reload this page.
Don't know why it is showing all feedback back negative when some values is 0 and 1 in feedback table, what i did is passing "read" as feedback with zero value after queried to prevent fetching same items over and over (it will be nice passing exclude items IDs as query to avoid this), so after when the user scrolled to each post feed i set the "read" feedback to -0.5 if not engaged with the post or value to 1 if engaged with post but still all feedback is showing negative in dashboard.
All reactions