Skip to content

Releases: cis3296f23/01-Schedule-Compiler

Fourth Pre-release

08 Dec 13:49
e402fc3
Compare
Choose a tag to compare
Fourth Pre-release Pre-release
Pre-release

Users can enter courses and as long as all courses can be scheduled, a scheduled can be outputted in text with the CRNs for each schedule for up to five different potential schedules.

First Release

18 Jul 02:09
e936fe9
Compare
Choose a tag to compare

7/16/2024

Introduction

Welcome to the Schedule Compiler, a desktop application that generates potential schedules for Temple Students!

Demo: https://youtu.be/sdSEkCOxR30?si=SpfxvUE0N8N7fzdo

Features

  • Searching for degree programs (e.g. Computer Science B.S. or Accounting B.A.)
  • Listing of degree program curriculum when a degree program is clicked
  • Addition and removal of courses to schedule
  • Keyword course search
  • Selection of semester and campus
  • Input of credit limit
  • Addition and removal of days and times the user is not available
  • Graphical display of up to 5 potential schedules

Upcoming Features

  • More elaboration on why certain classes cannot be scheduled
  • Commuter mode checkbox to minimize in-person days
  • Saving of compiled schedules (so that users can shuffle through them while the app is running and a text file generated when the app closes of the course sections)
  • Web app version

Third Pre-Release

06 Dec 02:58
bfe2da0
Compare
Choose a tag to compare
Third Pre-Release Pre-release
Pre-release
Merge pull request #60 from cis3296f23/Allen's-dev

Chart Output using Pandas and Matplotlib

Second Pre-Release

01 Dec 20:59
fd18860
Compare
Choose a tag to compare
Second Pre-Release Pre-release
Pre-release

Users can enter courses and add them with a button. Then they can click compile schedule to see what times they could possibly have classes for each day in one potential schedule.

First Pre-Release

17 Nov 16:39
657f805
Compare
Choose a tag to compare
First Pre-Release Pre-release
Pre-release

Beginning of gui features that will be in working product

Proof of Concept

11 Nov 23:51
5102716
Compare
Choose a tag to compare
Proof of Concept Pre-release
Pre-release
Merge pull request #23 from cis3296f23/proof-of-concept

Resolved Merge Conflicts