[x] Create a button that will call a function requesting an auto-generated schedule from the back end, then plug the information received into the schedule. The button click will also send the parameters listed below.
[ ] Create a space for user options that will modify how the schedule is auto-generated. It would be nice to save these values every time they are modified, and load them whenever the page loads, so the user does not have to re-enter the same values every week. The following options should be available:
[ ] An integer value indicating how many weeks the auto-generation will look back in history
[ ] Radio button indicating employees should be given about equal hours. If not selected, user should be informed the AI will only attempt to make sure each employee's scheduled hours is within their min/max range.
[ ] Radio button indicating AI must fill all shift slots. If not selected, user should be informed the AI will attempt to fill all time slots, but may leave some blank. (may change this to an integer indicating the minimum number of empty slots allowed)