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
I apologize if this is the wrong place to ask this question, but the Jetstream repo does not have a place to ask questions so I thought I would give it a try here.
I am trying to establish different types of teams using Jetstream. So, for example, regular users create a team and the available roles are A, B, and C. As an admin on the site, I can create a special kind of team with roles X, Y, and Z. Does anyone know of a way to do this in Jetstream? One idea I've had is to modify the foreach loop in the team-member-manager.blade.php file to only show certain roles based on the team type (I have modified the default teams table). But this feels like an inefficient way to accomplish this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I apologize if this is the wrong place to ask this question, but the Jetstream repo does not have a place to ask questions so I thought I would give it a try here.
I am trying to establish different types of teams using Jetstream. So, for example, regular users create a team and the available roles are A, B, and C. As an admin on the site, I can create a special kind of team with roles X, Y, and Z. Does anyone know of a way to do this in Jetstream? One idea I've had is to modify the
foreach
loop in theteam-member-manager.blade.php
file to only show certain roles based on the team type (I have modified the defaultteams
table). But this feels like an inefficient way to accomplish this.Does anyone have any ideas?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions