mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

Date/Time W/ class that occurs more than one day a week #66

Closed VoitreX closed 6 years ago

VoitreX commented 6 years ago

There is a possible problem with our data structure, Timetable, Course description, and Course Tiles. Currently we don't support classes with more than one day a week meeting time.

mariomeissner commented 6 years ago

This is why I discouraged showing the course times in the CourseListEntry as well.

Proposal:

Courses should have an Events array where each event is either a Lecture or a Lab and has a date and time. Then the timetable just neets to loop over all events and show each one as an individual entry.

Gleydar commented 6 years ago

Closed with #107