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
Add a feature enabling the admin to group rooms and separate them visually.
Problem
If you have too many rooms, matrix will end up having many unorganized rooms in the office page, and this can get too crowded very fast. So grouping these rooms could be a great feature since it can help organize the office.
Solution
In order to add this feature and not mess with the current json structure for the ROOMS_DATA variable, my suggestion is to simply add a group property to the json and use that to group the rooms. Rooms without this option will show up at the top of the office page without a group label.
I suppose room groups could also have an option to be expanded/closed, and this could be persisted in the localstorage, because I as a developer for example would rarely need to see who is in the "Marketing" group rooms.
At first this could be just a way to organize things visually but it could be enhanced to allow only people of certain departments to enter rooms in certain groups.
I started developing this feature, this is basically what I would have in mind:
Feature Description
Add a feature enabling the admin to group rooms and separate them visually.
Problem
If you have too many rooms, matrix will end up having many unorganized rooms in the office page, and this can get too crowded very fast. So grouping these rooms could be a great feature since it can help organize the office.
Solution
In order to add this feature and not mess with the current json structure for the ROOMS_DATA variable, my suggestion is to simply add a
group
property to the json and use that to group the rooms. Rooms without this option will show up at the top of the office page without a group label.I suppose room groups could also have an option to be expanded/closed, and this could be persisted in the localstorage, because I as a developer for example would rarely need to see who is in the "Marketing" group rooms.
At first this could be just a way to organize things visually but it could be enhanced to allow only people of certain departments to enter rooms in certain groups.
I started developing this feature, this is basically what I would have in mind:
JSON structure:
The text was updated successfully, but these errors were encountered: