
modified: README.md new file: debugOut modified: doc/docu.md new file: doc/overview.drawio new file: doc/overview.png modified: src/config.h modified: src/db.c modified: src/db.h modified: src/iCal.c modified: src/planner.c modified: src/planner.h new file: src/test.c modified: src/ui.c Changes not staged for commit: deleted: debugOut
45 lines
649 B
Markdown
45 lines
649 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 priorities and available time.
|
|
|
|
- output in iCal format
|
|
|
|
# Responsiilities
|
|
|
|
- Juergen: ui
|
|
- carla: ical
|
|
- jan: db
|
|
- simon: planner
|
|
|
|
# Project Overview
|
|
|
|

|
|
|
|
sample files in src/
|
|
|
|
# Datatypes
|
|
|
|
[planner.h](src/planner.h)
|