bmchrist/Availability-Scheduler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the first real program I ever wrote, and how I learned PHP It's pretty ugly code, you've been warned. This program is being created for the Housing and Residential Life Department of Michigan Technological University It is for use by the Assistant Coordinators and the Desk Coordinator of the Reception Desks at Douglass Houghton Hall, Wadsworth Hall and McNair Hall. This program allows a user to input schedule preferences and information, which is then stored in a postgres database The program also allows a manager (The ACs or the DC) to view the users and info, generate schedules for the desk, a master availability sheet, and export the schedules to a csv file. Assumes you have a database with two tables: 'hours' with columns 'pid' 'day' 'hour' 'rank' 'info' with columns 'pid' 'username' 'name' 'position' 'desired' 'split' 'dub' 'desk' 'srank' <<<<<<< HEAD ======= Test3 >>>>>>> 6f98e560429a32a400e9821fafac8c7b5b4e4a41