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

Directory-specific documentation update #100

Merged
merged 9 commits into from
Jan 16, 2021
Merged

Conversation

e-wai
Copy link
Collaborator

@e-wai e-wai commented Jan 9, 2021

Collection of cleanups and updates around README

It's considering the open PRs in dynamics and routemodel
No update for batterycelltesting and SOC update is limited (should just go with SOC refactor)

Lots of reading, sorry

@e-wai e-wai requested review from ufshk and mdshiozaki January 9, 2021 02:02
## 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.
Copy link
Collaborator Author

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 and speedlimits.py separate calls?
  • What are the constraints around the above 3 points query builders - can we include this in the docs?

Copy link
Collaborator

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?

Copy link
Member

@ufshk ufshk Jan 9, 2021

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

Copy link
Collaborator Author

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)

mdshiozaki
mdshiozaki previously approved these changes Jan 9, 2021
@mdshiozaki mdshiozaki merged commit b458c55 into master Jan 16, 2021
@e-wai e-wai deleted the documentation-update branch February 14, 2021 02:17
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