Room
A room is a container that groups together one or more RoomBoards.
A Room can own Data Elements.
A Room does not directly display Boards. Instead, it references them through RoomBoards.
A single Room may include multiple RoomBoards, each pointing to a different Board.
Search : Search rooms
RoomBoard
A RoomBoard is the link between a Room and a Board.
It represents a specific Board inside a Room.
A RoomBoard displays the Board Elements belonging to that Board.
The same Board can appear in different Rooms via multiple RoomBoards.
Search : Search RoomBoards
Board
A Board is a reusable entity that can be shared across multiple Rooms.
A Board is not tied to a single Room — it can exist in multiple Rooms simultaneously through RoomBoards.
A Board contains Board Elements, which represent its content.