softwareconstruction240 / autograder

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

fullstack: refactor RubicItems to be dynamic #300

Closed DallinFromEarth closed 3 months ago

DallinFromEarth commented 6 months ago

Currently a Rubric object contains 3 RubricItem objects. To be more flexible, we should refactor this to be some sort of list of RubricItems or other system where it is easy to add and remove RubricItems