org-SCAN / website

Site web du projet
6 stars 0 forks source link

[NEW FEATURE] Public/Private Teams #211

Open mathisfchx opened 2 years ago

mathisfchx commented 2 years ago

Description de la solution souhaitée Making teams private (with invitation) or public (everyone can join).

lduf commented 2 years ago

Teams V2

lduf commented 3 days ago

The SCAN V2 project raises this question again.

Team Roles

We should consider a team admin system, which necessitates role management within a team.

Multiple Teams/Users?

If SCAN V2 deploys one DB schema per team plus one global schema: Since we've discussed merging certain GLOBAL and specific tables, a user could then access data from [GLOBAL + SPECIFICS], where SPECIFICS is a list within each team's schema.

Public/Private Teams

The method requires further consideration, but managing this at the team level makes sense: If public, anyone can join; if private, users must be invited by a team admin.