bjornregnell / sigrid

Help queue web app for lab sessions and tutorials.
Apache License 2.0
10 stars 4 forks source link

add statistics feature to count max nbr students in 2h slot #32

Open bjornregnell opened 1 year ago

bjornregnell commented 1 year ago

add a new url sigrid/stat that displays statistics of how many students each room had during 8-10, 10-12, 13-15, 15-17 each slot (perhaps let sigrid know about the schedule in the course?).

bjornregnell commented 1 year ago

idea of implementation: record for each known room for each 2h slot for each date that Sigrid is active in week days (Monday-Friday) the maximum number of students in each slot and save to disk. The route sigrid/stat displays what is saved to disk.