Closed ThisRedstony closed 2 months ago
Currently there is an issue that only shows 2 of 4 lessons in the timetable. (http://localhost:4200/def-mat)
the issue seems to be the timetable component as it is the last element in the chain and also the data (i.e. the 4 lessons) reaches it.
EDIT: probably only concerns the issues/62 branch
The issue was in fact not the time component, but rather the "time index" column of the csv file (fifth column). The time index counts up from 1 and represents the hard-coded lessons times.
Marking as fixed.
Currently there is an issue that only shows 2 of 4 lessons in the timetable. (http://localhost:4200/def-mat)
the issue seems to be the timetable component as it is the last element in the chain and also the data (i.e. the 4 lessons) reaches it.
EDIT: probably only concerns the issues/62 branch