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 have an application where we want to give the Users the ability to tag their models. For example, a User may have many Student models.
User A would have tags e.g. 'Middle School', 'High School'
User B would have different tags e.g. 'Elementary', 'Pre K'
Is it possible for a user to 'own' those tags such that only they can see them? My guess is that it's possible via the bootHasTags() method but I wanted to check if this is already implemented somewhere.
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
-
I have an application where we want to give the Users the ability to tag their models. For example, a User may have many Student models.
User A would have tags e.g. 'Middle School', 'High School'
User B would have different tags e.g. 'Elementary', 'Pre K'
Is it possible for a user to 'own' those tags such that only they can see them? My guess is that it's possible via the bootHasTags() method but I wanted to check if this is already implemented somewhere.
Beta Was this translation helpful? Give feedback.
All reactions