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

Identify a way to mark the "role" of a User within a Data Trust #9

Open
reginafcompton opened this issue Sep 5, 2019 · 0 comments
Open

Comments

@reginafcompton
Copy link
Contributor

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:

  1. 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?
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant