simra-project / simra-project/simra-android
Add privacy zones to exclude start and beginning of rides automatically
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 22
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
It is a bit annoying to crop the start and end with the slider. Especially when the rides are longer.
I would like to have the ability to define privacy zones as follows:
- Privacy zones can be defined by setting a point on the map and defining a radius (e.g.
100 m) - When a ride is started or ends within a zone it is cropped automatically at the edge of the zone
- For privacy reasons some randomness should be added to the center and diameter of the zone each time a track is cropped based on the zone. Otherwise it is easy to determine the center of the zone.
That would enhance the privacy section of SimRa and covers use cases which the current delay settings can not be used for (e.g. privacy zone in the middle of a ride). Could also solve #13.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing privacy section and delay settings, then read the related issue #13. Define how users set map points and radii, how rides are cropped at zone edges, and how per-crop randomness protects the zone center. Done means the requested privacy-zone behavior covers starts, ends, and zones in the middle of rides.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100