xzebra / unizar-calendar

Schedule generator for Unizar classes

Home Page:https://xzebra.github.io/unizar-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differentiate between normal classes and practical ones

xzebra opened this issue · comments

commented

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).

commented

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.
commented

Fixed in #15