-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tandem-blobs
- Loading branch information
Showing
61 changed files
with
881 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export API_URL='http://localhost:3000' | ||
export UPLOAD_URL='http://localhost:3000' | ||
export DATA_URL='http://localhost:3000/dataservices' | ||
export BLIP_URL='http://localhost:3000' | ||
export API_URL='http://localhost:31500' | ||
export UPLOAD_URL='http://localhost:31500' | ||
export DATA_URL='http://localhost:31500/dataservices' | ||
export BLIP_URL='http://localhost:31500' | ||
export DEBUG_ERROR=true | ||
export REDUX_LOG=false | ||
export REDUX_DEV_UI=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export API_URL='http://localhost:3000' | ||
export UPLOAD_URL='http://localhost:3000' | ||
export DATA_URL='http://localhost:3000/dataservices' | ||
export BLIP_URL='http://localhost:3000' | ||
export API_URL='http://localhost:31500' | ||
export UPLOAD_URL='http://localhost:31500' | ||
export DATA_URL='http://localhost:31500/dataservices' | ||
export BLIP_URL='http://localhost:31500' | ||
export DEBUG_ERROR=false | ||
export REDUX_LOG=false | ||
export REDUX_DEV_UI=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export API_URL='https://qa1.development.tidepool.org' | ||
export UPLOAD_URL='https://qa1.development.tidepool.org' | ||
export BLIP_URL='https://qa1.development.tidepool.org' | ||
export DATA_URL='https://qa1.development.tidepool.org/dataservices' | ||
export DEBUG_ERROR=true | ||
export REDUX_LOG=true | ||
export REDUX_DEV_UI=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export API_URL='https://qa2.development.tidepool.org' | ||
export UPLOAD_URL='https://qa2.development.tidepool.org' | ||
export BLIP_URL='https://qa2.development.tidepool.org' | ||
export DATA_URL='https://qa2.development.tidepool.org/dataservices' | ||
export DEBUG_ERROR=true | ||
export REDUX_LOG=true | ||
export REDUX_DEV_UI=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export API_URL='http://localhost:3000' | ||
export UPLOAD_URL='http://localhost:3000' | ||
export DATA_URL='http://localhost:3000/dataservices' | ||
export BLIP_URL='http://localhost:3000' | ||
export API_URL='http://localhost:31500' | ||
export UPLOAD_URL='http://localhost:31500' | ||
export DATA_URL='http://localhost:31500/dataservices' | ||
export BLIP_URL='http://localhost:31500' | ||
export DEBUG_ERROR=false | ||
export REDUX_LOG=true | ||
export REDUX_DEV_UI=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## Checklist for ReliOn Prime meter | ||
|
||
(Key: | ||
|
||
- `[x]` available in data protocol/documented in spec and implemented | ||
- `[-]` available in data protocol/documented in spec but *not* yet implemented | ||
- `[?]` unknown whether available in data protocol/documented in spec; *not* yet implemented | ||
- `*[ ]` TODO: needs implementation! | ||
- `[ ]` unavailable in data protocol and/or not documented in spec and not yet implemented) | ||
|
||
### Required if Present | ||
|
||
- `[x]` smbg values | ||
- `[ ]` units of smbg values (read from device, not hard-coded) | ||
- `[x]` out-of-range values (LO or HI) | ||
- `[ ]` out-of-range value thresholds (e.g., often 20 for low and 600 for high on BGMs) | ||
- `[ ]` date & time settings changes | ||
- `[ ]` blood ketone values | ||
- `[ ]` units of blood ketone values (read from device, not hard-coded) | ||
- `[ ]` ketone out-of-range values | ||
- `[ ]` ketone out-of-range value thresholds | ||
- `[x]` use `common.checkDeviceTime(currentDeviceTime, timezone, cb)` to check against server time | ||
|
||
### No Tidepool Data Model Yet | ||
|
||
- `[-]` control (solution) tests (whether marked in UI or auto-detected) - until we have a data model, these should be discarded | ||
- `[ ]` device settings, other than date & time (e.g., target blood glucose range) | ||
- `[ ]` tag/note (e.g., pre- vs. post-meal) | ||
|
||
### Tidepool ingestion API | ||
|
||
Choose one of the following: | ||
|
||
- `[ ]` legacy "jellyfish" ingestion API | ||
- `[x]` platform ingestion API | ||
|
||
### Known implementation issues/TODOs | ||
|
||
*Use this space to describe device-specific known issues or implementation TODOs **not** contained in the above datatype-specific sections.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.