bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
789 stars 3.8k forks source link

GL-v3 code is not in sync with BBB-2.6 learning-dashboard #5290

Open vishnugudali opened 1 year ago

vishnugudali commented 1 year ago

We have an automated process to collect learning dashboard json files from “/var/bigbluebutton/learning-dashboard/”, further process them and store meeting related information in our DB for reporting purposes.

In GL-v2, the user is identified by “gl-xxxxxx” in Postgres DB which is reflected in the learning-dashboard json file.

In GL-v3, the user is identified by “random UUID number” in Postgres DB which is NOT captured as part of the learning-dashboard json file.

Thank you for considering the same.

ffdixon commented 1 year ago

Thanks for reporting this @vishnugudali.

vishnugudali commented 1 year ago

Hello @farhatahmad ,

May I please know if you are considering this bug for next patch release.

Thank you.

chandarg75 commented 10 months ago

Hello @vishnugudali Where we can access Learning Analytics Dashboard in current Greenlight v3 App.