Story
As a user, I want to be able to see how to get to a certain class from another building or class beforehand.
Acceptance criteria
A way to change the from vs current locations for the directions
- Input: When getting directions, allow it to switch from a building
- Output: A drop-down to select the current location, or a list of buildings
Visually show the directions
- Input: Select a building/room and press the get directions button
- Output: A visual line from the current location and an estimated walk time
A backend API endpoint
- Input: Takes in from Building ID, as well as a destination building ID
- Output: The estimated walking time, and if possible, the directions
Story
As a user, I want to be able to see how to get to a certain class from another building or class beforehand.
Acceptance criteria
A way to change the from vs current locations for the directions
Visually show the directions
A backend API endpoint