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 now have the nice column type for users/groups. In addition we would need to add support for teams which are simply described as user defined groups.
From what I remember the implementation should be reasonably flexible to extend with just an additional type.
@enjeck Can you line this up for development after your current one?
For getting this setup locally you will need the teams app (still called circles as the app id) and the contacts app which contains the UI to manage teams.
The text was updated successfully, but these errors were encountered:
@juliushaertl Do we anticipate having to support other types in the future? Because right now, we have two separate fields (usergroupSelectUsers and usergroupSelectGroups) in a Column object. Adding teams would make it three. Maybe we should just condense it into one value? Such as a comma-separated string, as is done with the link subtype via the textAllowedPattern field (e.g, to support files and contacts, the value oftextAllowedPattern is 'files,contacts').
We now have the nice column type for users/groups. In addition we would need to add support for teams which are simply described as user defined groups.
From what I remember the implementation should be reasonably flexible to extend with just an additional type.
@enjeck Can you line this up for development after your current one?
For getting this setup locally you will need the teams app (still called circles as the app id) and the contacts app which contains the UI to manage teams.
The text was updated successfully, but these errors were encountered: