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

Modeled Coverage - Phase 1 #578

Closed
wants to merge 50 commits into from
Closed

Conversation

maplant
Copy link
Contributor

@maplant maplant commented Jul 25, 2023

No description provided.

maplant and others added 30 commits June 21, 2023 15:11
Co-authored-by: Jeff Grunewald <[email protected]>
@maplant maplant requested review from andymck and bbalser July 25, 2023 18:35
mobile_verifier/src/cli/server.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/heartbeats.rs Show resolved Hide resolved
file_store/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/cli/server.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/coverage.rs Show resolved Hide resolved
mobile_verifier/src/heartbeats.rs Show resolved Hide resolved
mobile_verifier/src/heartbeats.rs Show resolved Hide resolved
mobile_verifier/migrations/15_modeled_coverage.sql Outdated Show resolved Hide resolved
mobile_verifier/src/coverage.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@jeffgrunewald jeffgrunewald left a comment

Choose a reason for hiding this comment

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

only questions left are about comments still in the code; assuming that's stuff intended to be uncommented in phase 3 please ignore/resolve

@@ -13,7 +13,7 @@ use futures::{
stream::{Stream, StreamExt, TryStreamExt},
TryFutureExt,
};
use h3o::LatLng;
// use h3o::LatLng;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// use h3o::LatLng;

not needed or will this come into play in phase 3?

@@ -459,6 +465,7 @@ async fn validate_heartbeat(
if coverage.max_distance_km(latlng) > max_distance {
return Ok((cell_type, proto::HeartbeatValidity::TooFarFromCoverage));
}
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

you said "removed" did you mean more specifically that we should be invalidating these in phase 3 so this is only temporarily commented out or was this intended to be deleted once it successfully compiled or something?

@maplant maplant changed the title Modeled Coverage Phase 1 Modeled Coverage - Phase 1 Aug 23, 2023
@maplant maplant closed this Aug 28, 2023
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.

4 participants