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
We plan on using channel memberships to map users to project visibility. For this, we'll need to make channel membership lookups be efficient. We can have them in the same database, for performance and ease of development. We can put the Music Sniper schema on top of Mattermost in the same database, and use SQL when needed to bulk look up channel memberships and join objects with memberships.
This will also involve relating workspaces to MM teams
The text was updated successfully, but these errors were encountered:
We plan on using channel memberships to map users to project visibility. For this, we'll need to make channel membership lookups be efficient. We can have them in the same database, for performance and ease of development. We can put the Music Sniper schema on top of Mattermost in the same database, and use SQL when needed to bulk look up channel memberships and join objects with memberships.
This will also involve relating workspaces to MM teams
The text was updated successfully, but these errors were encountered: