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
Teachers should have PrivateUser access to their students. Write smart solution to this that keeps things efficient for cases where Teachers are looking up students.
Modify the query user() and users() to allow a teacher to do this.
I would highly recommend making the code that discovered if a teacher is a student's teacher into a utility function because there are multiple places where this would be useful (for example, the mutation assignCourseNewSubSubjects()).
I would recommend after completing this ISSUE to write a ticket that covers additional mutations/queries where this feature would be useful... or of course, just feature-creep this ISSUE, lol.
Teachers should have PrivateUser access to their students. Write smart solution to this that keeps things efficient for cases where Teachers are looking up students.
Modify the query
user()
andusers()
to allow a teacher to do this.I would highly recommend making the code that discovered if a teacher is a student's teacher into a utility function because there are multiple places where this would be useful (for example, the mutation
assignCourseNewSubSubjects()
).I would recommend after completing this ISSUE to write a ticket that covers additional mutations/queries where this feature would be useful... or of course, just feature-creep this ISSUE, lol.
Do before #91.
The text was updated successfully, but these errors were encountered: