Closed Timothy-Gonzalez closed 1 month ago
Have you tested your code on a local on-demand?
Have you tested your code on a local on-demand?
Yes, using docker compose up
with the test-course
. It works if the roster is already there and if it's empty, and has the correct format in the db.
Fixes roster uploading by using new my.cs format & updating both roster keys that are required.
As a side note, I deleted the
students
andstaff
mongo tables that are no longer in use.I tested this locally with
docker compose up
and thetest-course
worked successfully. Hopefully that means no issues.