Th3JD / RWTH-LeckerSchmecker

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

Implement exception to evaluate both a main meal and the desert on Fridays #61

Closed 3dde closed 1 year ago

3dde commented 1 year ago

On Fridays, a sweet meal is also offered. As it is possible to consume both a main meal and a desert on Fridays, we should add an exception, such that the user is able to rate both of them, without deleting the previous rating.

ekansemit commented 1 year ago

I think, this could confuse users. And if you rate a third time, which rating will be overridden?

3dde commented 1 year ago

That's a good point... Another option would be to ask, after evaluating a meal (we can filter that internally), if the user also wants to rate the desert. This would still require some changes internally, but it should be easier for users. When rating something else, we would delete all (both) ratings from that day.

ekansemit commented 1 year ago

Another option would be to ask, after evaluating a meal (we can filter that internally), if the user also wants to rate the desert.

This probably "invite" users to exploit the rating system.

When rating something else, we would delete all (both) ratings from that day.

Agree

ekansemit commented 1 year ago

Will be fixed by #116