Skip to content

Automatically configure Rubric Config values #647

Description

@bsharplydian

#65 depends on this issue.

This proposed change would modify the DAO initialization step to add the following:

  1. check to see if a Rubric Config has been set (in SQL or memory, respectively)
  2. if Rubric Config is unset, set it to a hardcoded Rubric Config.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttestsThis affects the tests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions