nclasses_get();
$my_hc = '';
$inputPage->headcode_add('scheduleInput', $my_hc, TRUE);
}
else
$inputPage->headcode_add('schduleInput', '', TRUE);
$inputPage->head();
$inputPage->showSavedScheds($_SESSION);
?>
Welcome to SlatePermutate! To get started, enter in some of your classes, and add available sections for each class.
Advanced
TODO:
- Autoincrement section num/letter/custom labels
- Make output and print output formatting look nicer
- Make printing work for saved jobs where jobkey != 0
- After selecting a start time, set the end time to one hour after the start time
- Append sections
- Move the add class button to somewhere nicer, maybe a gray row at the bottom. Make the submit button more obvious.
- Form validation to ensure endtime is after starttime, at least one day is checked.
- Auto-populate form based on saved schedule?
- Grab data from school sites such as this?
foot();