Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ scheduler Public archive

Generates schedules based on class times, avoiding conflicts

Notifications You must be signed in to change notification settings

schedulemaker/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduler

Generates schedules based on class times, avoiding conflicts

Sample test event JSON for use in the Lambda console:

{
  "courses": [
    "SCTC-1001",
    "CIS-1001",
    "CIS-1051"
  ],
  "campuses": [
    "MN",
    "AMB"
  ]
}

Unit testing

  • Create a file "api_keys.json" in unittests folder and add the following keys with your values.

    • aws_access_key_id
    • aws_secret_access_key
    • aws_function_name
  • CD to unittests folder and run "test.py"

About

Generates schedules based on class times, avoiding conflicts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages