mybethel/my.bethel.io

Discussion: members on multiple teams?

Closed this issue · 1 comments

Can one user be added to multiple teams? How often would this use-case come up?

Things to consider under current architecture:

  1. Ministry is added to the session data. This can be changed or a switch mechanism developed to simply swap out this object for another ministry team.
  2. How to switch between multiple ministries?
  3. When adding or inviting a user, we must determine first whether they have created an account and if so just add an additional pointer to the new team.
  4. Sails.js and one-to-many relationships?