28 lines
447 B
Markdown
28 lines
447 B
Markdown
|
# Authors
|
||
|
|
||
|
- Juergen Buechel
|
||
|
- Carla Strassburger
|
||
|
- Jan Wild
|
||
|
- Simon Schurti
|
||
|
|
||
|
# License
|
||
|
|
||
|
MIT
|
||
|
|
||
|
# Purpose
|
||
|
|
||
|
Time management optimisation tool.
|
||
|
|
||
|
# Procedure
|
||
|
|
||
|
## User input
|
||
|
|
||
|
- Ask user for subjects and study priority as well as available time to study per day. (days/hours)
|
||
|
- optional deadline for subjects
|
||
|
|
||
|
## Processing
|
||
|
|
||
|
- Use cake cutting algorithm to calculate timetable based on subject priorites and available time.
|
||
|
|
||
|
- output in ical format
|