The place where random ideas get written down and lost in time.
2021-08-18 - Bearing B3 Features
Category DEVNow that we have a basic “marked locations” list in B3, it’s time to review the UI and adjust.
The goal was to do it in Kotlin, and that’s been done.
One issue was the “Marked Locations” wording, which seems problematic. Isn’t there something better… “waypoints” seem like a better name.
So let’s do a few changes:
- Vocabulary:
- A “Location” is just a raw GPS location coordinate (latitude + longitude).
- A “Waypoint” is a location coordinate combined with a name.
- Screen “Marked Locations” ⇒ “Waypoints”
- “Marked Location” ⇒ “Selected Waypoint”
- “Location N” ⇒ “Waypoint N”
- Rename class Mark to Waypoint / Waypoints / WaypointsAdapter.
- Screen “Compass”
- “Marked Location” ⇒ “Target Location”
- (that should make it more obvious it’s the target of the bearing)
- Menu Recall / Edit ⇒ keep as-is for now.
We’ll keep the wording as “Location” (Target vs GPS) in the Compass screen.
Generated on 2025-01-18 by Rig4j 0.1-Exp-f2c0035