-
Notifications
You must be signed in to change notification settings - Fork 36
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
Directory-specific documentation update #100
Conversation
routemodel/README.md
Outdated
## Tests Module | ||
+ `routes.py`: Methods to query Routes endpoint, collecting information on latitude, longitude, maneuver instructions, distance to maneuver, distance, and street | ||
+ `elevations.py`: Methods to query Elevations endpoint, forming an elevation profile from a set of coordinates | ||
+ `speedlimits.py`: Methods to query Routes endpoint, collecting information around speed limit changes. Separate call from `routes.py` due to specific route points constraints. |
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.
Two things -
- Why are
routes.py
andspeedlimits.py
separate calls? - What are the constraints around the above 3 points query builders - can we include this in the docs?
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.
Was it because speedlimits came in from another team so it's not integrated together?
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.
it's cause they're different API endpoints with different constraints
also cause another member originally coded it as a separate file, but i did keep it that way
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.
Can we add the information on the specific API constraints to make it clear then? (I don't know what they are)
Collection of cleanups and updates around README
It's considering the open PRs in
dynamics
androutemodel
No update for
batterycelltesting
andSOC
update is limited (should just go with SOC refactor)Lots of reading, sorry