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

refactor: change edgeIDAndData to edge and replace location defin… #307

Merged
merged 3 commits into from
Apr 29, 2020

Conversation

CodeBear801
Copy link

@CodeBear801 CodeBear801 commented Apr 24, 2020

…ition with nav.Location

Issue

Resolves #282

Description

  • Change edgeIDAndData to edge
  • Replace locationInfo to nav.Location

Tasklist

  • CHANGELOG-FORK.md entry
  • refactor code

@CodeBear801 CodeBear801 added the Refactor Rewrite existing code in order to improve its readability, reusability or structure label Apr 24, 2020
@CodeBear801 CodeBear801 self-assigned this Apr 24, 2020
edgeId edgeID
edgeData *edge
edgeData *edgeMetric

Choose a reason for hiding this comment

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

edgeMetric *edgeMetric, or just simply *edgeMetric

Copy link
Author

Choose a reason for hiding this comment

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

copy that

@@ -4,6 +4,7 @@ Changes from v10.2.0
- Feature:
- ADDED **HTTP API** `annotation/ways` in OSRM route response after `osrm-ranking` process(retrieve `annotation/ways` from `annotation/nodes`) [#296](https://github.com/Telenav/osrm-backend/pull/296)
- CHANGED for internal refactoring, moved `unidbpatch` and `mapsource` packages into `integration/util` folder [#300](https://github.com/Telenav/osrm-backend/pull/300)
- CHANGED for internal refactoring, refactor staiongraph to isolate algorithm, data structure and topological [#302]

Choose a reason for hiding this comment

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

Would you please append the link so that the #302 can be clickable? Meanwhile, this entry is only for the last PR, could you please also add one for this PR? Or maybe append also this PR's ID, i.e. one entry for both PR since this PR is the only supplement for the former one.
Furthermore, staiongraph -> stationgraph?

Copy link
Author

Choose a reason for hiding this comment

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

copy that :)

@CodeBear801 CodeBear801 merged commit 6faeacc into master Apr 29, 2020
@CodeBear801 CodeBear801 deleted the feature/refactor-stationgraph branch April 29, 2020 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Rewrite existing code in order to improve its readability, reusability or structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oasis - Refactor package stationgraph to support charge station based graph
2 participants