Filter sessions based on time filter
In the last video, we created a filtering method on the movie-list
component to filter the movies by time as well as genre.
In this video, we'll also filter the session times from the time period being filtered, since it doesn't make sense to show them.
Adding time filter to sessions
Since the logic for displaying sessions is in the movie-item
component, let's implement the session time filter here.
Click to load comments...