gymmuenchenstein / gym-lessons-angular-application

Angular application that shows a timetable of Gymnasium Münchenstein
https://gymmuenchenstein.github.io/gym-lessons-angular-application/
1 stars 0 forks source link

timetable display multiple lessons #63

Closed ThisRedstony closed 1 month ago

ThisRedstony commented 1 month 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

ThisRedstony commented 1 month ago

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.