openfun / marsha

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

✨(front) persist username on classroom join #2585

Closed jbpenrath closed 3 months ago

jbpenrath commented 3 months ago

Purpose

Currently, each time an anonymous user wants to join a classroom, it has to provide a user name. It orders to improve UX, we decide to store username provided in local storage when user join the classroom. In this way, next time it wants to join, the input will be prefilled.