Go to file
simon a1a5c7c478 new file: iCal.c
new file:   src/uis.c
	new file:   src/uis.h
2024-12-14 21:56:57 +01:00
doc deleted: doc/.$overview.drawio.bkp 2024-12-13 22:01:43 +01:00
src new file: iCal.c 2024-12-14 21:56:57 +01:00
.gitignore added gitignore 2024-12-11 14:09:56 +01:00
2024-12-14dayplan.ics new file: iCal.c 2024-12-14 21:56:57 +01:00
Makefile modified: Makefile 2024-12-14 20:26:12 +01:00
README.md modified: Makefile 2024-12-10 22:06:49 +01:00
db.csv new file: iCal.c 2024-12-14 21:56:57 +01:00
iCal.c new file: iCal.c 2024-12-14 21:56:57 +01:00

README.md

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

Overview Flowchart

sample files in src/

Datatypes

planner.h