UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Monitor Groups: decide how to handle defaultGroups #192

Open pdPinho opened 1 month ago

pdPinho commented 1 month ago

Describe the feature

Monitors can belong to groups, however when they are first accepted they come with their own group, this being the defaultGroup.

Currently we are deleting the group as soon as we update any type of information related to it, but this could be changed, which requires some brainstorming as to finding which would be the best approach.

Use Case

I want to be capable of displaying contents on a monitor without group. I want to change my monitors group from a group to a default group.

Proposed Solution

There are multiple ways to solve this, including using UUID and ID from both monitors or groups within each other, making it easy to track defaultgroups and alike. This has implications on both frontend and backend, therefore this must be studied.

Other Information

No response