openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

♻️(room) make room configuration a json field on the model #107

Closed sampaccoud closed 2 years ago

sampaccoud commented 2 years ago

Purpose

We had planned a separate model to hold room configurations but we now think that it is simpler to save them directly in the room model.

Proposal