-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
doodleAlloc | ||
=========== | ||
|
||
This project implements a simple web service to allocate persons to tasks based on a doodle (or alike). | ||
|
||
As of now, each person gets a single task, but a task may not be allocated. | ||
This can be used to allocated exam slots, seminar topics etc. | ||
|
||
The web service uses flask and can be served via wsgi. | ||
|
||
The data source must be some kind of doodle service for which a loader is implemented. | ||
As of now, loaders are implemented for `doodle.com` and `terminplaner2.dfn.de`. | ||
|
||
The allocation is calculated using pulp, a python lp solver. |