Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for teams in the user/group column #1304

Open
juliushaertl opened this issue Aug 21, 2024 · 1 comment · May be fixed by #1326
Open

Add support for teams in the user/group column #1304

juliushaertl opened this issue Aug 21, 2024 · 1 comment · May be fixed by #1326
Assignees
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request

Comments

@juliushaertl
Copy link
Member

juliushaertl commented Aug 21, 2024

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.

@juliushaertl juliushaertl added 1. to develop Accepted and waiting to be taken care of enhancement New feature or request labels Aug 21, 2024
@enjeck
Copy link
Contributor

enjeck commented Aug 22, 2024

@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').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement New feature or request
Projects
Status: 🏗️ In progress
Development

Successfully merging a pull request may close this issue.

2 participants