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.
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
andlast_daily_approval_request
. Therequest_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.