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

doc: Initial document for oasis architecture design #360

Merged
merged 3 commits into from
Jul 6, 2020

Conversation

CodeBear801
Copy link

@CodeBear801 CodeBear801 commented Jul 1, 2020

issue: #359

Issue

Description

Initial document for oasis architecture design, for more information please go to #352 (comment)

Tasklist

  • CHANGELOG-FORK.md entry (CHANGELOG)
  • update relevant document

Prerequirements

  • Want to contribute? Great! First, please read this page Contribution Guidelines.
  • If your PR is still work in progress please attach the relevant label.

@CodeBear801 CodeBear801 added the Design Documentation label Jul 1, 2020
@CodeBear801 CodeBear801 added this to the v10.4.0 milestone Jul 1, 2020
@CodeBear801 CodeBear801 self-assigned this Jul 1, 2020
Copy link

@wangyoucao577 wangyoucao577 left a comment

Choose a reason for hiding this comment

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

The doc is excellent! Much clear to me now.
Some more questions:

  • What's difference between the search along route and charge station based routing when query data from the place layer? Will they call differernt place querying interfaces?
  • Could you please also describe the data format that build for the querying?(They'll be loaded in the Place layer, right? )

integration/doc/oasis/README.md Outdated Show resolved Hide resolved
integration/doc/oasis/architecture_design.md Outdated Show resolved Hide resolved
integration/doc/oasis/architecture_design.md Outdated Show resolved Hide resolved
integration/doc/oasis/architecture_design.md Show resolved Hide resolved
// TopoQuerier used to return topological information for places
type TopoQuerier interface {

// GetNearByPlaces finds near by stations by given placeID and return them in recorded sequence

Choose a reason for hiding this comment

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

Why recorded sequence? Have they recorded by some topological sequence alreay?

Copy link
Author

Choose a reason for hiding this comment

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

when recording pre-processed stations, they will be sorted based on some standard, such as based on distance to current station, it will help the caller to do additional filter.

@CodeBear801
Copy link
Author

The doc is excellent! Much clear to me now.
Some more questions:

  • What's difference between the search along route and charge station based routing when query data from the place layer? Will they call differernt place querying interfaces?
  • Could you please also describe the data format that build for the querying?(They'll be loaded in the Place layer, right? )
  • They will call the same interface
  • Yes, currently is map[place ID -> Places], will write another document for recording this.

@CodeBear801 CodeBear801 merged commit f45ab75 into master Jul 6, 2020
@CodeBear801 CodeBear801 deleted the feature/oasis-architecture-doc branch July 6, 2020 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Architecture design document for OASIS
2 participants