Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classroom Dashboard shared notes widget #2201

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlfredPichard
Copy link
Contributor

@AlfredPichard AlfredPichard commented Apr 20, 2023

Purpose

Add a new widget to the classroom dashboard to download classroom sessions shared notes.

Proposal

First, we have to find a way to access the shared notes outside of a classroom session.
One way to do so is to notice that, for each session, if a shared note is created it can be found at a link containing the internalMeetingID of this session (and some other public parameters).
However, this way of accessing a session shared note only works if the session is recorded, which is not always the case.

Another way is to process shared notes as recordings is to use the bbb pads system
https://github.com/bigbluebutton/bigbluebutton/blob/v2.6.x-release/bigbluebutton-html5/imports/api/pads/index.js

  • Implement the backend shared note retrieval
  • Frontend widget

@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from e40451d to 6c9b9c6 Compare April 24, 2023 15:34
@AlfredPichard AlfredPichard changed the title WIP Classroom Dashboard shared notes widget Apr 25, 2023
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from 6c9b9c6 to cb24a98 Compare April 25, 2023 07:42
@AlfredPichard AlfredPichard self-assigned this Apr 25, 2023
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from cb24a98 to 1877f6f Compare April 25, 2023 14:26
retrieve shared notes by recreating access link
classroom dashboard widget to list session-shared notes
@AlfredPichard AlfredPichard force-pushed the feature/apichard/sharedNotes branch from 1877f6f to 1217055 Compare April 25, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant