Popularity
4.4
Growing
Activity
0.0
Stable
7
4
0

Monthly Downloads: 21
Programming language: Haskell
License: GNU Lesser General Public License v3.0 only
Tags: Data     Comonads     Convenience     Planning    

schedule-planner alternatives and similar packages

Based on the "data" category.
Alternatively, view schedule-planner alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of schedule-planner or a related project?

Add another 'data' Package

README

The schedule planner Build Status Hackage version

Take an arbitrary list of weighted "lessons" and calculate the most ideal and valid layout for them based on weighing rules.

Base algorithm seems to work, web UI source code can be found here .

There's a live site here that uses this software as backend, Try it out!

Install

  • get the software
    • clone the repository git clone https://github.com/JustusAdam/schedule-planner
    • or find the package on Hackage
  • install using cabal cabal install

Usage

The live site that uses this software as backend, Try it out!

Execute it with schedule-planner calc -i JSON_INPUT_FILE.

By default it tries to obtain it's input data from testsuite/test.json, but you can specify any file as input using command line options.

Obtain information about the command line arguments using the -h or --help argument.

Since this is mostly intended to be used by myself to calculate a schedule and I attend the 'TU Dresden' there's a scraper script in util/grab.py that gets all the current lessons as json from the website.

Code documentation

The Haddock documentation can be found on the GitHub pages