illinois-cs241 / broadway-on-demand

Webapp that facilitates on-demand assignment autograding via Broadway.
Other
11 stars 4 forks source link

Bug fixes for #124 #125

Closed Xiangmingchen closed 3 years ago

Xiangmingchen commented 3 years ago

In the previous PR #124 a bug was introduced. This resulted in assignment config not loading.

The fix is the change assignment._id which is a ObjectId to assignment.assignment_id.

image

Xiangmingchen commented 3 years ago

Another bug is student job status not loading. Forgot to update function call of bw_api.get_job_status

image