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
A Facet User should be able to see the "role" of other users, e.g., member, trustees, nothing....
For the short term, I can envision two solutions:
we add a UserType/UserRoles table (which describes the different roles in a datatrust: member, trustee...): each user would have a foreign key that points to an entry in this table. Does this violate the spirit of the Authserver?
we add a string field in the User model
For the long term, we may want to use the Data Trust Management API (formerly "Facet backend") to track this.
The text was updated successfully, but these errors were encountered:
A Facet User should be able to see the "role" of other users, e.g., member, trustees, nothing....
For the short term, I can envision two solutions:
For the long term, we may want to use the Data Trust Management API (formerly "Facet backend") to track this.
The text was updated successfully, but these errors were encountered: