bigbluebutton-Github/bbb-learning-dashboard
Arthurk12 6947f2119b feat(learning-dashboard): Add additional attributes to activities JSON
Creates a new field called 'other' inside the Meeting object, which is
included in the activities JSON file. This field now includes two new
metadata attributes: 'learning-dashboard-learn-more-link' and 'learning-
dashboard-feedback-link'. These attributes define the URLs for the 'Learn more'
and 'Feedback' anchor tags in the learning dashboard page. The URLs may
vary depending on the customer/intitution, hence the need for metadata.

feat(learning-dashboard): Add 'learn more' and 'feedback' phrases and respective links

Adds two new phrase to the learning dashboard page. These phrases have
embeded links that are defined by metadata: 'learning-dashboard-feedback
-link' and 'learning-dashboard-learn-more-link'.

chore: add pt_BR locales to the learning dashboard

Adds pt_BR locales for the new 'feedback' and 'learn more' phrases in the
learnin dashboard page.

fix(learning-dashboard): akka error
2024-10-11 13:06:06 -03:00
..
public feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
src feat(learning-dashboard): Add additional attributes to activities JSON 2024-10-11 13:06:06 -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 2 directories with 1 update (#21273) 2024-09-27 11:33:49 -04:00
package.json chore(deps-dev): bump postcss (#21250) 2024-09-24 21:08:22 -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/