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

Feature Request: Include Roster Identifier in output of accepted-assignments #9

Open
kleinernik opened this issue Apr 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@kleinernik
Copy link

kleinernik commented Apr 25, 2023

I would be helpful to include the Roster Identifier in output of accepted-assignments. For now it only includes the GitHub-username under the column student (which maybe also should be named GitHub-username?).

@kleinernik kleinernik changed the title Feature Request: Include Rooster Identifier in output of accepted-assignments Feature Request: Include Roster Identifier in output of accepted-assignments Apr 25, 2023
@zrdaley zrdaley added the enhancement New feature or request label Jul 17, 2023
@shanep
Copy link
Contributor

shanep commented Aug 24, 2023

A recent update added the AssignmentGrade struct that contained the roster identifier of a student. It would be super helpful if the Student struct also had this field as shown below. That would enable this feature to be completed and several other cool features to be done :)

type Student struct {
	Id        int    `json:"id"`
	Login     string `json:"login"`
        RosterIdentifier      string `json:"roster_identifier"`
	AvatarUrl string `json:"avatar_url"`
	HtmlUrl   string `json:"html_url"`
}

@shanep
Copy link
Contributor

shanep commented Oct 9, 2023

Waiting on issue #48

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

No branches or pull requests

3 participants