sorface / interview-platform

MIT License
0 stars 1 forks source link

Room stuck on Review status #474

Open VladislavPetyukevich opened 13 hours ago

VladislavPetyukevich commented 13 hours ago

Condition: two participants are invited to room (participant A and participant B). If participant B left before interview started (before setting first question), and participant A give all question evaluations and completed the review, then the analytics will be completed: true. As I understand it, this is because if you are not there when question is switched, then a RoomQuestionEvaluation is not created for you for this question (requests for creation/saving are sent by the frontend when the question is switched).

In this situation room has a Review status and completed: true in analytics.

Maybe we should change the room status to Closed?