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

feat: Default board for sign in users #2250

Open
AlexTryHarder opened this issue Feb 4, 2025 · 4 comments
Open

feat: Default board for sign in users #2250

AlexTryHarder opened this issue Feb 4, 2025 · 4 comments
Labels
enhancement New feature or request

Comments

@AlexTryHarder
Copy link

Describe the feature you'd like to request

As for the moment we can only set public boards as global.
It would be great to assign board to everyone who is signed in.

Maybe can be done by groups?

Additional information

No response

@Meierschlumpf
Copy link
Member

I would suggest to not use groups as it would result in having issues with priorization of the home board that should be shown for the specific user

@AlexTryHarder
Copy link
Author

In that case we could overwrite default board by priority (from highest to lowest)
— Board set by user (as long as he has permissions)
— Board set by admin to specific user
— Board set by group (useful if using OIDC groups)
— Board set as default to everyone

As for the moment, in bigger environment, where you want to keep board private but also available to signed-in users, you have to assign them manually, and let's be honest most users are lost doing that.

@Meierschlumpf
Copy link
Member

The problem I see with assignments of boards to groups is, that users can be in multiple groups and we would need some sort of priorization for that. Also I don't think we will distinguish between the board set by the admin for the specific user and the one the user selected himself

@AlexTryHarder
Copy link
Author

Fair point,
Maybe allow only one group per user in that case?

Also, we could assign default board to default group for main board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants