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

Auto Release #222

Open
meffmadd opened this issue Jun 20, 2024 · 0 comments
Open

Auto Release #222

meffmadd opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request service Issue related to grader-service

Comments

@meffmadd
Copy link
Member

Is your feature request related to a problem? Please describe.
Instructors who do exams with the grader want to automatically release assignments when the exam starts and not have to do it manually.

Describe the solution you'd like
In the normal release workflow timeline, the "Release" button gets a second option, "Timed Release", which opens a pop-up where a release date can be set. The assignment then has a new status - "release-scheduled" - and the date is recorded in the assignment settings dict.

In the grader-service there is a polling function that checks all assignments with the "release-scheduled" status and releases the assignment when the release date is reached. The status becomes "released" and the release date is deleted from the settings.

@meffmadd meffmadd added enhancement New feature or request service Issue related to grader-service labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request service Issue related to grader-service
Projects
None yet
Development

No branches or pull requests

1 participant