pfateev / qdub

1 stars 2 forks source link

TAs cannot end a queue #50

Open Soreloser2 opened 1 year ago

Soreloser2 commented 1 year ago

Pressing the End queue button as a TA does nothing. Students can still enter the queue and the TA will still respond to them.

pfateev commented 1 year ago

@Soreloser2 thanks for pointing this out.

For team: I just pushed changes to fullstack branch. "End queue" button now correctly hits the /activate route and flips the status of the queue. What we're missing is a redirect for the TA as well as a redirect for all the students in the queue, notifying them that the queue has been closed.

TODO: TA

Student