bigbluebutton-Github/bbb-learning-dashboard
dependabot[bot] efd095465f
chore(deps): bump the npm_and_yarn group across 4 directories with 2 updates (#21172)
Bumps the npm_and_yarn group with 2 updates in the /bbb-graphql-client-test directory: [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express).
Bumps the npm_and_yarn group with 2 updates in the /bbb-learning-dashboard directory: [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express).
Bumps the npm_and_yarn group with 2 updates in the /bigbluebutton-html5 directory: [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express).
Bumps the npm_and_yarn group with 2 updates in the /docs directory: [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express).


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-12 10:54:48 -04:00
..
public feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
src Merge pull request #21042 from gustavotrott/refactor-isOnline 2024-08-28 14:33:52 -03:00
.eslintignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
.eslintrc.js refactor learning dashboard to use Reactions instead of Emojis 2024-08-26 13:40:17 -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 chore(deps): bump the npm_and_yarn group across 4 directories with 2 updates (#21172) 2024-09-12 10:54:48 -04:00
package.json chore(deps-dev): bump postcss (#21166) 2024-09-11 14:24:51 -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/