Oluwatosin Soremekun avatar

Timetable generator updated

therealsmat

Published: 03 Mar 2018 › Updated: 03 Mar 2018Timetable generator updated

Timetable generator updated

Previously, i released an open source time table system built with laravel. This project is particularly useful for institutions that want to schedule their time tables automatically but do not have the means to.

New Features

This new release brings some interesting features.

Many institutions prefer to schedule courses that have more than 1 hour of lecture into double periods. Now that can be achieved. The timetable generator class has a private property

/**
     * Checks if double period should be allowed
     * @var bool
     */
    private $allowDoublePeriods = true;

If you do not want to allow double periods, you can use a setter method allowDoublePeriods(false)

$schedule = new TimeTableGenerator($gene);

$schedule->allowDoublePeriods(false);

Timetable can now be printed. On the time table page, there now a button to print the time table generated. The time table to be printed will use the institution name you have set from the settings page.

Screenshot from 2018-03-03 15-07-05.png

https://github.com/therealSMAT/timetablegenerator/commit/de97262145754de8bf01cf19426b8de7f9952c64

https://github.com/therealSMAT/timetablegenerator/commit/be6470f5d7559940cb90a015794aa68c13de4b93



Posted on Utopian.io - Rewarding Open Source Contributors

Leave Timetable generator updated to:

Written by

Software Developer. Little guy, but that's not all i'm going to be

Read more #utopian-io posts


Best Posts From Oluwatosin Soremekun

We have not curated any of therealsmat's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Oluwatosin Soremekun