issues
search
Programming-Simplified-Community
/
CommunityBot
GNU General Public License v2.0
1
stars
1
forks
source link
Feature/challenge refactor
#27
Closed
JBraunsmaJr
closed
2 years ago
JBraunsmaJr
commented
2 years ago
Refactored the challenge system.
Framework for attempting a challenge in multiple languages is now possible
For each submission, only 1 record is maintained per lang/challenge combo. To conserve disk space
Updated Leaderboard system, ordering by points --> attempts --> duration
Implemented Test Report for user code
Implemented Challenge description which utilizes markdown to produce html
Closes #17, #16
Refactored the challenge system.
Closes #17, #16