You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the insertion of the chat component, the layout of the room is broken and the elements are not properly aligned. This gave visibility of multiple issues that there are on the Room.js component.
The goal of this investigation is to provide a consistent solution that allows us to keep adding components without further issues like the one we are having right now.
Investigation Time: 3 days.
Acceptance Criteria:
Provide the suggested approach in the comments of this ticket so this can be discussed on upcoming Grooming/Planning
The text was updated successfully, but these errors were encountered:
Before I start working on this I have a couple of questions.
Do we want our camera to stay down there or could that change?
In several video call services, generally the local user is shown with the grid as another participant, being always in a fixed place, instead of how it is currently implemented in ours, having the local user in a different layout than the rest.
how do we want the chat button to look like?
leave several examples of this to see which way we want to go.
Once these questions are solved, I think the best thing to do is to refactoring the room using display grid, what do you think about this?
When the team decides this I will leave how I think the layout should be in case we want to take this way.
After the insertion of the chat component, the layout of the room is broken and the elements are not properly aligned. This gave visibility of multiple issues that there are on the Room.js component.
The goal of this investigation is to provide a consistent solution that allows us to keep adding components without further issues like the one we are having right now.
Investigation Time: 3 days.
Acceptance Criteria:
Provide the suggested approach in the comments of this ticket so this can be discussed on upcoming Grooming/Planning
The text was updated successfully, but these errors were encountered: