Commit fc7e33

Records/Odometer
@@ 4,6 4,10@@
The Odometer tab is hidden by default and must be enabled by checking the "Odometer" switch under "Visible Tabs" in the Settings tab.
## API Integration
+ ## Best Practices
As with the other tabs, odometer readings can be retrieved via a GET endpoint and inserted via a POST API endpoint.
+
+ Odometer records are particularly important in ensuring that the Distance Traveled metric as displayed in the Dashboard chart is calculated as accurately as possible. If the distance traveled metric is of high priority to you, you should record an odometer reading at the beginning and end of each month. This ensures that the app is able to calculate the distance traveled within the month accurately.
+