ubccpsc / classportal_deprecated

DEPRECATED: ClassPortal instance from 2017.
3 stars 5 forks source link

Provide data for project creation #10

Closed rtholmes closed 8 years ago

rtholmes commented 8 years ago

I'd like to start running the github project creation code on Monday. Could I get a function (on whatever XXX makes the most sense to you:

XXX.getGroupDescriptions() : GroupRepoDescription[]

interface GroupRepoDescription {
    team: number;
    members: string[]; // github usernames
    url?: string;
}

Also, having a method where I can call XXX.setGithubURL(teamId, url) when the teams are created would also be fantastic.

rtholmes commented 8 years ago

@mksarge, we're up to 59 registered teams now; everything seems to be working great!

rtholmes commented 8 years ago

@mksarge it would be nice to be able to run this tomorrow, if you have a minute to get to this. Hopefully it's only a short method. I went poking around but was worried I would do more harm than good.

mksarge commented 8 years ago

I'm getting on it now!

rtholmes commented 8 years ago

Awesome, thanks so much!