-
Notifications
You must be signed in to change notification settings - Fork 3
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
Finalize Schema #4
Comments
Added the tags-related mutations/queries/types in 290dfc3 Feel free to let me know if i missed anything. For sub-alg sets, should that be a required intermediary between AlgSet and Case? So it would go, AlgSet -> Sub AlgSet -> Case -> Alg? |
Added the concept of user roles in 82f0540 ADMIN, MODERATOR, and NORMAL are the 3 roles so far Admin can update the roles of all users, so they must be extremely trusted Moderator should have certain abilities to approve stuff |
2 comments:
|
|
Currently schema is based off the old AlgDB. We need to add
Tags
as well as sub-alg sets, and queries to fetch/search by tags.The text was updated successfully, but these errors were encountered: