DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
928 stars 359 forks source link

Show Problem Types In Contest When Enabled #2327

Open tandr3w opened 6 months ago

tandr3w commented 6 months ago

Fixes #1872 (or attempts to)

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 46.76%. Comparing base (a981a64) to head (9c69413). Report is 1 commits behind head on master.

Files Patch % Lines
judge/views/problem.py 33.33% 4 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2327 +/- ## ========================================== - Coverage 46.76% 46.76% -0.01% ========================================== Files 251 251 Lines 13317 13320 +3 ========================================== + Hits 6228 6229 +1 - Misses 7089 7091 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

int-y1 commented 5 months ago

can you post screenshots of the old and new problem list?

tandr3w commented 5 months ago

Before: image

After: image

tandr3w commented 5 months ago
tandr3w commented 5 months ago

New Screenshots:

Before changes: image

With types disabled, after changes image

With types enabled, after changes image

tandr3w commented 5 months ago

Ready for re-review image