bigbluebutton-Github/bbb-learning-dashboard
Guilherme Pereira Leme ccb2e74bc1
feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628)
* [data-channel-analytics-options]  - Added data-channel analytics and record options and added a parameter options for the useDataChannel function

* Update bigbluebutton-html5/public/locales/en.json

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button

* [data-channel-analytics-options]  - QUICK FIX

* [update-data-channel-function] - fix action metadata

* [data-channel-analytics-options] - changes in review

* [data-channel-analytics-options]  - changes in review

* [captionLocale] - Changes in review

* [data-channel-analytics-options]  - update SDK

* [data-channel-analytics-options]  Changes in review

* [data-channel-analytics-options] - changes in review

* [data-channel-analytics-options] - changes in review

* [data-channel-analytics-options] - changes in review

* Refactor learning dashboard json structure with genericData

* fix typo

* [data-channel-analytics-options] - changes according to new json structure

* changes in review

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-07-05 16:49:45 -03:00
..
public feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
src feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
.eslintignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
.eslintrc.js fix: some changes required by linter 2022-05-02 16:56:31 -03:00
.gitignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
deploy.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
learning-dashboard.nginx fix: adjust path to file in learning analytics dashboard 2022-01-08 10:05:20 -05:00
package-lock.json build(deps-dev): bump postcss (#20608) 2024-06-28 16:03:45 -04:00
package.json build(deps-dev): bump postcss (#20608) 2024-06-28 16:03:45 -04:00
postcss.config.js updates react-script and tailwindcss dependencies 2022-01-07 11:20:08 -03:00
Readme.md fix: Improve the dev build instructions for l dashboard 2023-01-05 06:49:38 -05:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
tailwind.config.js merge 2.4 into develop and resolve conflicts - partial 2022-01-12 16:40:45 +00:00

Learning Analytics Dashboard will be accessible through https://yourdomain/learning-analytics-dashboard

Dev Instructions

Prepare destination directory

mkdir -p /var/bigbluebutton/learning-dashboard
chown bigbluebutton /var/bigbluebutton/learning-dashboard/

Build instructions

# verify we are in the bbb-learning-dashboard directory ~/src/bbb-learning-dashboard
pwd

if [ -d node_modules ]; then rm -r node_modules; fi
npm install
npm run build
cp -r build/* /var/bigbluebutton/learning-dashboard

Update nginx config

cp learning-dashboard.nginx /usr/share/bigbluebutton/nginx/