Cloud-CV / EvalAI

:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
https://eval.ai
Other
1.77k stars 787 forks source link

Add daily approval request limit and tracking #4400

Open MinhThieu145 opened 3 months ago

MinhThieu145 commented 3 months ago

This pull request adds a daily approval request limit and tracking feature to the codebase. The Challenge model now includes two new fields: daily_approval_request_limit and last_daily_approval_request. The request_challenge_approval_by_pk function has been updated to check the daily limit and track the last approval request time. This feature ensures that the number of approval requests per day is limited and provides better tracking of approval requests.