bounswe / bounswe2024group9

9 stars 1 forks source link

[Mutti] Fix the logic question of the day #267

Closed Mutti499 closed 2 weeks ago

Mutti499 commented 2 weeks ago

Our current question of the day is wrong and giving random question every time the feed page is loaded by a user. Question of the day means that everyone should see one random(maybe choosen somehow) question in the current day even if they refresh the feed page. Lets fix that. Note that this improvement will be done in backend improvements branch since it is not merged to the main yet.

Deadline: 14.11.2024. 20:00 Estimated effort: 30 mins Reviewer: @FatihAkgoz

Mutti499 commented 2 weeks ago

Ready, easy and peazy! @FatihAkgoz can you review it on branch backend_improvements? Here is my commit .

FatihAkgoz commented 2 weeks ago

I have reviewed the changes and tested the endpoint for daily_question. It works as intended.