Skip to content

Commit

Permalink
Update adding_a_new_data_type.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari authored Mar 30, 2024
1 parent 353fe7d commit 2665b39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/dev/back/adding_a_new_data_type.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Adding a New Data Type
---

More advanced users may want to collect new types of data. The app currently stores data in a local sqlite database and pushes it to the server:
- at the end of every trip (on iOS)
- every hour (on both android and iOS)
More advanced users may want to collect new types of data. The app currently stores data in a local sqlite database and pushes it to the server at the end of every trip, and potentially every hour (if there is unpushed data).

This document outlines the steps to save a new datastructure to the phone buffer and have it show up in the timeseries object of the server.

Expand Down

0 comments on commit 2665b39

Please sign in to comment.