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

Graph Infrastructure Refresh #456

Merged
merged 45 commits into from
Mar 12, 2024
Merged

Graph Infrastructure Refresh #456

merged 45 commits into from
Mar 12, 2024

Conversation

ajmcquilkin
Copy link
Member

@ajmcquilkin ajmcquilkin commented Mar 1, 2024

This PR is a complete rewrite of the existing graph infrastructure. This feature branch makes the following changes:

  • Removes all deprecated graph infrastructure
  • Refactors IPC handling to simplify DX on frontend
  • Updates logging to use tauri-plugin-log
  • Adds backend graph management infrastructure using petgraph
  • Refactors the MapView to use the new graph infrastructure as its source of truth
  • Hid nodes without GPS from the map
  • Implemented neighbor info spec into graph infrastructure
  • Implemented working node and edge timeout based on incoming neighbor info packets
  • Adds a new "Graph Debugger" sidebar tab

This PR replaces #434.

image

Remove non-functional graph infrastructure
@ajmcquilkin ajmcquilkin requested a review from sachaw March 1, 2024 21:11
@ajmcquilkin ajmcquilkin self-assigned this Mar 1, 2024
sachaw
sachaw previously approved these changes Mar 2, 2024
Copy link
Member

@sachaw sachaw left a comment

Choose a reason for hiding this comment

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

Nice work!

biome.json Outdated Show resolved Hide resolved
@CLAassistant
Copy link

CLAassistant commented Mar 7, 2024

CLA assistant check
All committers have signed the CLA.

@ajmcquilkin ajmcquilkin requested a review from sachaw March 7, 2024 03:01
@ajmcquilkin ajmcquilkin merged commit c8b6360 into main Mar 12, 2024
15 checks passed
@ajmcquilkin ajmcquilkin deleted the reimplement-graph-infra branch March 12, 2024 16:08
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

Successfully merging this pull request may close these issues.

3 participants