Thomas Smith
Thomas Smith
To fix the migrations error, I was able to start the container and then run ``` $ docker-compose run web bash # bin/rails db:migrate RAILS_ENV=development ```
I think the shuffle also needs to be a little more complicated. It looks like the outstanding requests are stored as rows in the `course_queue_entries` table. They are then always...
I've only been able to test with multiple browsers (or the same browser with one user in private browsing mode). For me, broadcasting from one browser/window does bring up an...
I've implemented a version of randomization that seems to work. More manual testing is required, and I haven't written any automated tests yet. I'd also like feedback on whether the...