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

Individual management page for recordings #856

Closed
daronco opened this issue May 11, 2016 · 2 comments
Closed

Individual management page for recordings #856

daronco opened this issue May 11, 2016 · 2 comments

Comments

@daronco
Copy link
Member

daronco commented May 11, 2016

Currently the list of recordings in the management section is at /bigbluebutton/recordings. This page is a simple adaptation of the views in BigbluebuttonRails, and it could be improved a lot.

The idea is to have a page that will be shown as an individual tab in the management section, similar to the tabs for the list of users and the list of spaces. This list would be visually similar to the lists of spaces and users, but showing information relevant to the recordings (ID, room name, created at, etc), would be paginated and would be searchable/filterable.
It should also include buttons to act over a recording, including things like publish, unpublish, destroy, edit, view playback types, etc.

@daronco
Copy link
Member Author

daronco commented Aug 10, 2016

Another option that should be available in this view is an "update" of the recordings, that would send a getRecordings to the server for this specific recording and update it in the database with the info received.

There are already fetch_recordings routes for servers and rooms, but not for recordings.

@daronco
Copy link
Member Author

daronco commented Oct 13, 2016

The last comment can be ignored in this issue, it has now its own issue: #899.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants