We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Api should give a better description of type of classmate: student/faculty/grader
{ "image": "/ICS/icsfs/911911.jpg?target=4c66a08a-8bd7-4ee4-920c-84477c863eb6", "type": "grader", "name": "Franklin Madison Lee", "id": "911911" }
Api shows graders as students, only differentiates between faculty and students
{ "image": "/ICS/icsfs/911911.jpg?target=4c66a08a-8bd7-4ee4-920c-84477c863eb6", "isFaculty": false, "name": "Franklin Madison Lee", "id": "911911" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Api should give a better description of type of classmate: student/faculty/grader
Actual Behavior
Api shows graders as students, only differentiates between faculty and students
The text was updated successfully, but these errors were encountered: