Route Search #13

Open
opened 2023-11-26 12:12:43 +00:00 by cuqmbr · 0 comments
Owner

Description:
Route search with transfers taking into account filtering by Departure Date, Travel Time, Amount of Transfers

    start
      |
A --> B --> C --> D --> E
            |
      F --> G --> H --> I --> J
                        |
                       end

Acceptance Criteria:

  • Accept ids of Departure and Arrival Stations, Departure Date
  • Return a list of lists of routes and additional information about total cost, duration, etc

References:

**Description:** Route search with transfers taking into account filtering by Departure Date, Travel Time, Amount of Transfers ``` start | A --> B --> C --> D --> E | F --> G --> H --> I --> J | end ``` **Acceptance Criteria:** - Accept ids of Departure and Arrival Stations, Departure Date - Return a list of lists of routes and additional information about total cost, duration, etc **References:** - [Route Planning Algorithms for Car Navigation (PDF download)](https://brainmaster.com/software/pubs/brain/Flinsenberg%20Route%20Planning.pdf) - [Pathfinding (routing, trip planning, ...) algorithms on graphs with time restrictions](https://stackoverflow.com/questions/7245840/pathfinding-routing-trip-planning-algorithms-on-graphs-with-time-restric)
cuqmbr added this to the Issue Tracker project 2023-11-26 12:12:43 +00:00
cuqmbr self-assigned this 2023-11-26 12:12:53 +00:00
cuqmbr added the
Kind/Feature
Priority
High
labels 2023-11-26 12:13:01 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Autobus/autobus-api_old#13
No description provided.