-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
There was a problem hiding this 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
andcharge 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? )
// 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
|
issue: #359
Issue
Targeting issue: the issue will be CLOSED once the PR merged. If there is no issue that addresses the problem, please open a corresponding issue and link it here. Uses the Closes keyword to close them automatically.
CLOSED Architecture design document for OASIS #359
Any other related issue? Mention them here.
Related with Refactor structure of OASIS service #352
Description
Initial document for oasis architecture design, for more information please go to #352 (comment)
Tasklist
Prerequirements