#65 depends on this issue.
This proposed change would modify the DAO initialization step to add the following:
- check to see if a Rubric Config has been set (in SQL or memory, respectively)
- if Rubric Config is unset, set it to a hardcoded Rubric Config.
- if Rubric Config is set, do nothing.
This is necessary for #65 because the Memory DAO implementation (which is being used for the tests) expects the Rubric Config to be previously initialized.
It will also streamline the process of setting up the Autograder environment, since TAs will not need to manually update the configuration in MySQL.
#65 depends on this issue.
This proposed change would modify the DAO initialization step to add the following:
This is necessary for #65 because the Memory DAO implementation (which is being used for the tests) expects the Rubric Config to be previously initialized.
It will also streamline the process of setting up the Autograder environment, since TAs will not need to manually update the configuration in MySQL.