cab4d3a657
* fix(learning-dashboard): show all sessions of users with same internal ID Store and show sessions of users that rejoin with the same internalID fix(learning-dashboard): compatibility with old data Adjust old data to new expected sessions format. fix(learning-dashboard): csv join and left times Missed update from new json format, join and left were incorrect. * fix(learning-dashboard): remove line breaks and spaces off poll question in csv * fix(learning-dashboard): Normalize locale strings and prevent crash when using invalid strings Fixes #1795 --------- Co-authored-by: Lucas Fialho Zawacki <lfzawacki@gmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy.sh | ||
learning-dashboard.nginx | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
Readme.md | ||
run-dev.sh | ||
tailwind.config.js |
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/