tournesol
tournesol copied to clipboard
"My Compared Items" is not sorted by rating date
blocked by the API issue https://github.com/tournesol-app/tournesol/issues/1160
It feels weird when a video that was very recently compared for the 1st time does not appear at the top of "My Compared Items". Same the "Compared" suggestions.
We could chose to sort them either:
- by the 1st comparison date, among all the comparisons including the given entity or
- by the last comparison date
Sorting by the last comparison date is maybe better, because then every time an entity is compared, it will appear at the top of "My Compared Items".
It is possible, however, that it would take too long to make this sorting.
When https://github.com/tournesol-app/tournesol/issues/1160 will be implemented we can discuss about what should be the default ordering.
The feature has been developed!
The list My compared items is now sorted by datetime_lastedit
, the recently compared elements appear at the top.