xzebra/unizar-calendar

Differentiate between normal classes and practical ones

xzebra opened this issue · 2 comments

The actual implementation uses the wildcard days as an indicator of normal classes, as they happen weekly. This could lead to a lot of problems as practical classes can occur weekly too (and users may use the wildcard day).

There are 2 possible approaches:

  • Using a flag when parsing a practical classes schedule. This would not allow parsing practical and normal classes at the same time.
  • Adding a field in schedule file to mark the scheduled class as practical.

Fixed in #15