Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 502 Bytes

DOCUMENENTATION.md

File metadata and controls

20 lines (15 loc) · 502 Bytes

Brief documentation:

README file

  • includes instructions how to run the service

Root.py

  • crossroads for individual websites

Scheduler.py

  • arranges transform input tasks retrieved from a database
  • is calling insert tasks into the timetable
  • writes the planned timetable into the database

Timetable.py

  • represents a data structure for timetable

JavaScript - d3jsTimeTable.js

  • represents the clients data model
  • position recounting
  • HTML5 timetable visualization