Differentiate between normal classes and practical ones
xzebra opened this issue · 2 comments
xzebra 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).
xzebra 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.