mobileappdevhm / dev-team-1-cie-app-in-flutter

Development Team 01 (Flutter)
https://mobileappdevhm.github.io/dev-team-1-cie-app-in-flutter/
8 stars 1 forks source link

Think about a better use of appointments and dates #292

Closed RedTo closed 5 years ago

RedTo commented 6 years ago

Most of the time dates should be used, because we can read all the necessary information directly. The problem is, that we could not show the weekday and so on. Also it is not easily possible to check when they are repeating.

Think about it -> fix TODO in timeTableItem (around Line 155)

RedTo commented 6 years ago

A different kind of schedule is the main reason to think about the usage of dates.

Using dates would allow us to show the user canceled lectures or some that are not fitting the regular time table like blocked courses.

RedTo commented 6 years ago

wait for decision in #309

RedTo commented 5 years ago

Will be fixed if #320 is implemented.