Teams
A team defines an additional level of restriction to limit access to certain data in your back office. A team can contain zero, one, or more users.
Composition
A team is defined by a unique name, which can be translated into multiple languages.
Case study
Your app's tasks and meetings may be limited to certain teams. For example, if you have three teams Paris, London and New York, this allows you to segment your users based on their geographic location.
This strategy is particularly suitable for companies that have multiple branches in different geographical positions. This allows users in Paris to access different data than users in London, and vice versa, while maintaining a common base. This strategy is also referred to as multiple tenancy.
Factually, to take advantage of this feature for one of your entities, simply add a many-to-many association of type team
to that entity. The system will then automatically segment your data.