Go to file
ketrptr bc53d5bcf3 modified: Makefile
modified:   src/StudyPlanner.h
	modified:   src/ui.c
bugfix
2024-12-16 19:46:40 +01:00
doc proof of concept planner 2024-12-12 16:08:11 +01:00
src modified: Makefile 2024-12-16 19:46:40 +01:00
.gitignore modified: .gitignore 2024-12-16 17:45:59 +01:00
Makefile modified: Makefile 2024-12-16 19:46:40 +01:00
README.md modified: Makefile 2024-12-16 18:23:24 +01:00

README.md

Authors

  • Juergen Buechel
  • Carla Strassburger
  • Jan Wild
  • Simon Schurti

License

MIT 

Purpose

Time management optimisation tool.

How to use

- to use program directly compile with
      make debug
  . this creates executable binary.

- to integrate in other software use:
      make release
  . This creates shared library. use StudyPlanner.h (untested)

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

Overview Flowchart

sample files in src/

Datatypes

planner.h