softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

300 fullstack refactor rubicitems to be dynamic #383

Closed 19mdavenport closed 3 months ago

19mdavenport commented 4 months ago

Should be fairly self explanatory. Converted the three RubricItem's to an EnumMap, so we can add things to the enum and it becomes a new item

19mdavenport commented 4 months ago

@frozenfrank These changes may be helpful with #239