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

Course Automation: Enforcing course submission rules #1650

Merged
merged 2 commits into from
Apr 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions contributions/course-automation/civjan-palagi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Assignment Proposal

## Title

Proposal Verifications - Category and Presentation/Demo Date

## Names and KTH ID
- Brad Palagi (palagi@kth.se)
- Ben Civjan (civjan@kth.se)

## Deadline

Task 1

## Category

Course Automation

## Description

We will create a script to enforce the submission rules of the course.

These include:
1. Ensuring that students are not partners with the same person for more than two projects
2. Ensuring that students are not working alone for more than two projects
3. Ensuring that a student is not choosing the same topic (ex. Testing & CI, Containers & Serverless, etc.) for two different tasks
4. Making sure that a student has not done more a task (ex. presentation, essay, etc.) more than once

The check will be triggered when a new proposal PR is created. If there is any problem, the check will fail.