Skip to content

[FEATURE-REQ] SHA256 of geohashes in the intersection code #807

Open
@tremblerz

Description

@tremblerz

Issue type

This builds on top of #806. This is going to be a change that we need to apply to the intersect logic. See the old PR for reference - relevant file diff from the PR
When we load the location data from the Asyncstorage, instead of reading the raw data, we need to read from Geohashes. The next step is as follows -

  1. read geohashes
  2. Append timestamp to the geohash
  3. Apply SHA256([geohash, timestamp])
  4. Compare it with the received points in the intersect.js

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions