Skip to content

Commit

Permalink
Course Automation: Suggesting legal teammates for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
carinawic committed Mar 30, 2021
1 parent 7909b46 commit 4621c1c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions contributions/course-automation/arieltan-carinawi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Course Automation: Suggesting legal teammates for projects

## Members
- [Carina Wickström](https://github.com/carinawic) (carinawi@kth.se)
- [Justin](https://github.com/Agriad) (arieltan@kth.se)

## Proposal
We would like to use github actions to propose teammates for students.
Students can open an issue to request for teammates.

When the student searching for a legal teammate, a list will be given of students' email addresses, where they have the following criteria:

- The potential teammate has posted < 4 project proposals
- The students and the potential teammate have not worked in the same group more than once before
- The potential teammate has not yet proposed a project in that category.

For example:

Looking for a teammate:
carinawi@kth.se

Legal teammates:
course-automation: arieltan@kth.se, arieltan2@kth.se, arieltan3@kth.se...
Essay: ...


We aim to fulfill the following criteria:
| | Yes | No | Remarkable |
|-------------------------------------------- | ----|----|-------------|
|The work is done before April 6, 2021 (in order to be useful for the course) |Yes | **No** | n-a|
|The automation task produces a PR status or issue / PR comment | **Yes** |No |Points to a generated page with valuable additional information|
|The automation task is reusable |**Yes (next year for this course)**| No |**In other courses than this one (if they have the smae group formation structure)**|
|The task runs on a standard platform |**Yes (Github action)** |No| Other platforms (e.g. Moodle, Canvas)|
|The task is praised by the other students of this course| **Yes**| No| n-a|
|The code for the task is available |**Yes (public repo)**| No |**Well documented repo**|

0 comments on commit 4621c1c

Please sign in to comment.