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

Feature/210 route planning #222

Merged
merged 9 commits into from
Dec 22, 2023
Merged

Feature/210 route planning #222

merged 9 commits into from
Dec 22, 2023

Conversation

neozhixuan
Copy link
Collaborator

No description provided.

- Filtered out nearest blue bins
- Fixed bug regarding similar categories having different locations causing the latest locations to cancel out previous ones
- Although computationally expensive, I created a snapshot of the parents map everytime we hit a new node, to keep track of the shortest path in case we never hit all needed nodes
- Toggle on routes
- Button to fly to user location
- Return the list of distances to each facility
@neozhixuan neozhixuan linked an issue Dec 10, 2023 that may be closed by this pull request
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"downlevelIteration": true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To allow us to iterate through sets

@neozhixuan neozhixuan linked an issue Dec 10, 2023 that may be closed by this pull request
@neozhixuan neozhixuan linked an issue Dec 21, 2023 that may be closed by this pull request
@neozhixuan neozhixuan merged commit 0422ea6 into main Dec 22, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant