Live Program database
Jan. 8th, 2016 10:21 amThings I need to do, and soon:
1. Add something to check for overlapping timeslots in a room.
2. Check for overlapping timeslots for a person.
3. Report the shortest and longest panel times. Flag anything in excess of 10 hours. (Example: "11:00 pm-12:00 pm")
4. Count panels per day for each person.
5. Count maximum string of consecutive panels for each person. "Consecutive" means the next start time is within N minutes of the previous end time. Adjustable. Default 45 minutes. (Justification: A sixty minute gap is enough time to go grab something quick to eat. If your first panel ends at 2:00 and the next one starts at 3:00, that doesn't count as consecutive.)
1. Add something to check for overlapping timeslots in a room.
2. Check for overlapping timeslots for a person.
3. Report the shortest and longest panel times. Flag anything in excess of 10 hours. (Example: "11:00 pm-12:00 pm")
4. Count panels per day for each person.
5. Count maximum string of consecutive panels for each person. "Consecutive" means the next start time is within N minutes of the previous end time. Adjustable. Default 45 minutes. (Justification: A sixty minute gap is enough time to go grab something quick to eat. If your first panel ends at 2:00 and the next one starts at 3:00, that doesn't count as consecutive.)