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

Collaboration API should show if classmate is a grader #22

Open
mitchharvey opened this issue Apr 20, 2018 · 0 comments
Open

Collaboration API should show if classmate is a grader #22

mitchharvey opened this issue Apr 20, 2018 · 0 comments

Comments

@mitchharvey
Copy link
Collaborator

Expected Behavior

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"
    }

Actual Behavior

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"
    }
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