Open stevebrownlee opened 8 months ago
Table "LearningAPI_team" [headercolor: #c0392b] {
"id" int [pk, not null, increment]
"cohort_id" int4 [not null, ref: < LearningAPI_cohort.id]
"chosen_name" varchar
"sprint_team" bool [not null, default: False]
}
Table "LearningAPI_group_project_url" [headercolor: #c0392b] {
"id" int [pk, not null, increment]
"team_id" int4 [not null, ref: < LearningAPI_team.id]
"repo_url" varchar [not null]
}
Table "LearningAPI_nssuserteam" [headercolor: #c0392b] {
"id" int [pk, not null, increment]
"team_id" int4 [not null, ref: < LearningAPI_team.id]
"nss_user_id" int4 [not null, ref: < LearningAPI_nssuser.id]
}
Also need to delete Slack channels when teams are destroyed
This effort will encompass our effort to take Github Classroom out of our process for handling student assessments and assigning learners to group project repositories. It should offer a nearly self-service UX for both the students and the instructors for the following tasks.
Need Grooming
Related tickets:
58
56