Преглед изворни кода

Merge pull request #98 from jonfawcett/Main

Match to main for next version start
jonfawcett пре 5 година
родитељ
комит
3f409b2de7
1 измењених фајлова са 5 додато и 8 уклоњено
  1. 5 8
      readme.md

+ 5 - 8
readme.md

@@ -1,4 +1,6 @@
 ## Loop Follow 
+![screenshot](https://user-images.githubusercontent.com/38429455/93782187-436e8880-fbf8-11ea-8709-e2afba692132.png)
+
 
 Using so many different apps as a parent or caregiver of a T1D can be very cumbersome. Add in the extra details from Looping
 and it can be a challenge flipping back and forth between apps. Each app has different strengths and weaknesses.
@@ -15,11 +17,11 @@ Build Instruction Video: https://youtu.be/sdF5v2eGGyA
 
 Special thanks to Spike-App, NSApple, and Nightguard for helping me figure out how to do a lot of the code for this.
 
-If you want to contribute, the biggest needs today are to make the code cleaner and more efficient, get some major details like Bolus/Basal graph and mg/DL vs mmol added, and create the basis for a watch app.
+If you want to contribute, the biggest needs today are to make the code cleaner and more efficient, and create the basis for a watch app.
 
 ### General feature list
 - scrollable/scalable graph display with BG, basal, bolus, and carb details plus Loop status, Loop Prediction, and the General NS Care portal info.
-- option to override DND and system volume for all alerts.
+- Override DND and system volume for all alerts.
 - snoozes per alert, presnooze, edit existing snooze, and snooze all alert settings.
 - the standard Low/High, Urgent Low/High, and missed reading alerts. High will have a persistence option that’s still to do. Eg high for x minutes.
 - fast drop/rise alerts with BG limits. Eg Trigger fast drop only when under a BG where it’s an issue.
@@ -27,12 +29,7 @@ If you want to contribute, the biggest needs today are to make the code cleaner
 - Not Looping with Bg limits alert. So you can trigger the alert only if under or over a BG range.
 - Missed Bolus alert.
 - calendar entries to use watch complication with BG, arrow, delta, cob, iob and minutes ago (if old reading).
-- background silent audio to keep iOS from killing the app. It has a selectable refresh rate that should help reduce battery usage. This is why it can’t go in the App Store for just a simple download.
-
-### New functionality under consideration
-- watch app.
-- mmol support.
-- ability to pull from dex share for Bg. So it can automatically switch to dex BG display for those times when NS has delayed readings.
+- background silent audio to keep iOS from killing the app. This is why it can’t go in the App Store for just a simple download.
 
 ### Contributing, Building, and Branches
 - New code will be pushed to the Dev branch as soon as it has been added. It might be very rough around the edges. Once it has been thoroughly tested, it will be merged to Master. If you are even remotely adventurous, please build Dev to help test the new features as they are added.