Currently strictly one User → one Board. Teams would require a Membership join table with roles (owner/admin/member), changing every authorization check from ownerId === userId to a membership lookup. Significant scope increase; tracked but not planned.
Currently strictly one User → one Board. Teams would require a Membership join table with roles (owner/admin/member), changing every authorization check from ownerId === userId to a membership lookup. Significant scope increase; tracked but not planned.