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

Add GeofenceMessage to gcs-vehicles-messages.md #111

Merged
merged 1 commit into from Mar 10, 2020

Conversation

rSchwartz1
Copy link
Contributor

@rSchwartz1 rSchwartz1 commented Mar 6, 2020

Why is the change being made?

This change is made because GCS needs a new message to handle Geofencing information outside of the start message. This change is not necessary, but it improves scalability for future use of GCS.

What has changed to address the problem?

This change created a new GeofenceMessage containing geofencing values that can be sent to all vehicles. StartMessage was changed as well by deleting the geofencing parameters that was in it previously.

How was this change tested?

This change was tested using npm test.

@coveralls
Copy link

coveralls commented Mar 6, 2020

Pull Request Test Coverage Report for Build 663

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.901%

Totals Coverage Status
Change from base Build 620: 0.0%
Covered Lines: 62
Relevant Lines: 101

💛 - Coveralls

@rSchwartz1 rSchwartz1 added the documentation Improvements or additions to documentation label Mar 6, 2020
@rSchwartz1 rSchwartz1 requested a review from a team March 6, 2020 22:41
@rSchwartz1 rSchwartz1 added the enhancement New feature or request label Mar 6, 2020
@Luis729
Copy link
Member

Luis729 commented Mar 6, 2020

Before looking at the changes, lets do the following changes:

  • make a better title for your PR
  • use this format for your PR description
  • reduce this PR into one commit (you can ask @joesi8302 for help on that)

@rSchwartz1 rSchwartz1 changed the title Update gcs-vehicles-messages.md Add GeofenceMessage to gcs-vehicles-messages.md Mar 6, 2020
@Luis729
Copy link
Member

Luis729 commented Mar 7, 2020

Lets do the following changes to the PR

  • Remove "Add GeofenceMessage to gcs-vehicles-messages.md" in the PR description
  • Update commit description to match PR description
  • Assign yourself to the PR

@rSchwartz1 rSchwartz1 force-pushed the rSchwartz1-patch-1 branch 3 times, most recently from 3c2acfa to 4e86e25 Compare March 9, 2020 23:27
@rSchwartz1 rSchwartz1 force-pushed the rSchwartz1-patch-1 branch 3 times, most recently from db1c1a6 to 290ef05 Compare March 10, 2020 01:04
Why is the change being made?

This change is made because GCS needs a new message to handle Geofencing
 information outside of the start message. This change is
 not necessary, but it improves scalability for future use of GCS.

What has changed to address the problem?

This change created a new GeofenceMessage containing geofencing values
that can be sent to all vehicles. StartMessage was changed as well by
 deleting the geofencing parameters that was in it previously.

How was this change tested?
This change was tested using npm test.
@rSchwartz1 rSchwartz1 merged commit 78e4487 into master Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants