lcsc-capstone / lcsc-ionic-app

LCSC's new app, built by CS and Web Dev students
0 stars 1 forks source link

add time parsing to csvReformat.py #142

Open Jesse-McDonald opened 6 years ago

Jesse-McDonald commented 6 years ago

current implementation does not parse times into times.json, add this functionality

Jesse-McDonald commented 6 years ago

parsing is mostly finished, but output for classes can look like " Monday 10:00-11:00 Monday 11:00-12:00 Thursday 1:00-2:00 Monday 3:00-4:00 " based on how many tutors tutor the class, prior to final parse the times should be sorted by day and then time, any duplicates should be removed, and then the final parse should run just fine

Jesse-McDonald commented 6 years ago

we have "fixed" this by adding the tutor who works that time after the time listed, but its not a perfect solution