Skip to content

Feature: query auto-prediction #24

@JasonBarahan

Description

@JasonBarahan

Right now the program's accepted inputs are too specific. For example:

  • GO stations must have the "GO" suffix attached (for example, searching "Milton" yields an error, but searching "Milton GO" yields the desired effect
  • Stations with unusually long names must be typed in exact case ("Durham College Oshawa GO" must be typed; "Oshawa GO" or "Oshawa" do not work)
  • Input is case-sensitive

Solutions:

  • Create 'search shortcuts' for stations (e.g.: searching 'Milton' yields results for 'Milton GO')
    • This would require creating an automatic search predicton engine/algorithm.
  • Compare the input names to the names in stopData using lowercase

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions