Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run submission after end date #4306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

poju3185
Copy link

This PR adds a new boolean field, submission_must_finish_before_end, to the Challenge model, allowing challenges to accept submissions that are uploaded before the challenge ends, even if processing happens later. For operational efficiency, a constraint has been introduced to only apply this leniency to challenges ending within the last 3 days, though this duration is open for adjustment based on feedback.

@codecov-commenter
Copy link

Codecov Report

Merging #4306 (e7fe4f5) into master (96968d6) will decrease coverage by 3.63%.
Report is 1101 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4306      +/-   ##
==========================================
- Coverage   72.93%   69.30%   -3.63%     
==========================================
  Files          83       20      -63     
  Lines        5368     3574    -1794     
==========================================
- Hits         3915     2477    -1438     
+ Misses       1453     1097     -356     

see 64 files with indirect coverage changes

see 64 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f705b19...e7fe4f5. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants