Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LinesExplorer] Combine multiple variants in a single line #10

Closed
joao-vasconcelos opened this issue Mar 13, 2024 · 1 comment
Closed

Comments

@joao-vasconcelos
Copy link
Member

joao-vasconcelos commented Mar 13, 2024

Duplicate of #12

@ricardojorgerm
Copy link

Como ponto de partida é alterar

const tripsForSelectedDate = FrontendLinesContext.entities.pattern.trips.filter(trip => {
return trip.dates.includes(FrontendLinesContext.entities.date_string);

Para incluir não apenas um selected pattern mas todos os patterns com a mesma direction de uma route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants