Th3JD / RWTH-LeckerSchmecker

GNU Affero General Public License v3.0
6 stars 0 forks source link

Enable multiple personal ratings per meal #130

Open 3dde opened 1 year ago

3dde commented 1 year ago

At the moment, only the last rating of each person is considered for each meal. If a user rates the same meal again after some time, the old rating is not longer considered for the displayed ratings (it is however not deleted).

As has been suggested before, we could implement a function which calculates a time-weighted average of the person's ratings for each meal to solve this issue