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

Capacity Utilization - Recording #105

Open
Puckoland opened this issue Dec 3, 2023 · 3 comments
Open

Capacity Utilization - Recording #105

Puckoland opened this issue Dec 3, 2023 · 3 comments
Assignees
Milestone

Comments

@Puckoland
Copy link
Collaborator

While testing on Friday, we encountered an issue with the capacity utilization page.
We thought it was a configuration issue, but it turns out it is because the backend is sending two utilizations (room and recording). The front end shows only the first one (hence, sometimes we get utilization 0/0 from recording capability).

Proposed fix: add a type field to differentiate between the two utilizations.
The remaining issue is: What if there are multiple capabilities of the same type (2 recording capabilities)? Can this actually happen?
How do we show this on the front end? Both, for two different capabilities and for multiple capabilities of the same type.
How does it look in the current front end? Maybe you could attach a picture because we don't have permission to see that on meetings.

What do you think @Medzikarp @mliska ?

@Puckoland Puckoland added this to the Release 1.0.0 milestone Dec 3, 2023
@Medzikarp
Copy link
Collaborator

I don't think there could possibly be two recording capabilities. This is what it looks like currently.
image

@Puckoland
Copy link
Collaborator Author

The problem with not listing recording utilization was that we were not in admin mode (did not have permission to view the resource)...

@Puckoland Puckoland assigned MichalDrobnak and unassigned Puckoland Mar 21, 2024
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

When branches are created from issues, their pull requests are automatically linked.

3 participants