Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nafur committed Aug 18, 2014
1 parent 9449da0 commit ce26a93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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.

0 comments on commit ce26a93

Please sign in to comment.