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

Refactor data broker and filter service #58

Open andreas-aeschlimann opened 6 months ago

andreas-aeschlimann commented 6 months ago

There are some inconsistencies in the two services.

The date filter should be stored separately from the other filters. Components like Timetable should be able to get and set the date filter instead of using its own current date value.

The filters should not be generic in order to improve type safety.