Can rerun a user's submission for a specific challenge and language
Can reduce number of attempts for a user on a specific challenge by a specified amount
Misc
Leaderboard now uses the Razor Engine.
Bug Fixes
Duration is now captured and stored properly in the database. This did require a migration, switching from double to string. String is the only way to preserve smaller numbers (otherwise it's rounded to 0).
Cleanup
The ChallengeService class now contains most of the logic, removed logic from the discord command/modal interaction section.
Quality of life changes have been implemented
As an administrator
Misc
Leaderboard now uses the Razor Engine.
Bug Fixes
Cleanup
The ChallengeService class now contains most of the logic, removed logic from the discord command/modal interaction section.