Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@njzajac njzajac released this 01 Mar 23:58
· 220 commits to master since this release
77a0083

Beta Release

http://ec2-3-133-106-204.us-east-2.compute.amazonaws.com:3000/

This is the beta release of our application. Currently, there are some bugs. The readme should cover everything, but important tips: Make sure to upload the attached testcsv file in the box at the bottom left of the screen. Only the number of people per groups option currently works. There are two types of algorithms currently (seminar and field), but seminar is currently the only one accessible. You can run the field scheduler algorithm if you download the code, and follow the readme instruction to run it. You can go into the sheet.js file, and comment out the line of code with the var groups = (data2, whatever), and uncomment the line of code after it. Attached are the testcsv file for the seminar scheduler, and the fieldscheduletest for the field scheduling algorithm.