openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
106 stars 24 forks source link

Classrooms attendees #2460

Closed kernicPanel closed 11 months ago

kernicPanel commented 12 months ago

Purpose

We need to collect attendees for each classroom sessions, and send them to the frontend for instructors.

Proposal

As we don't have access to webhooks, add a command to get current attendees for each running classroom, store their entering and leaving. Those data are added to the classroom serializer

kernicPanel commented 11 months ago

Done in #2461