-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Download Loop/iAPS Data toggle #297
Conversation
Sorry. Why are we removing this toggle ? |
Hi, thanks for commenting! |
Edited after PM with @bjorkert. A blank NS table indicates a problem downloading data from the URL. No NS table indicates the NS URL is empty. Test Results:
|
I have it toggled on, because I use NS and want the NS data downloaded. |
And while you are at it. This is an unexpected consequence of a PR a couple of times ago where you sanitized the URL. Try typing in https://sitename, instead of pasting in a URL, and you'll notice it won't allow you to enter the |
Yes, exactly. My fault, I should have written a better PR description of this. So after this change, it will always try to download Nightscout data, just as if the switch would have been on. |
I feel like, perhaps, your comments are for a different PR ;) |
Sure, I figured, just wanted to make sure. I also assume that if there is no NS url entered. it won't attempt to download every few minutes ? |
Yes, blank URL would be the same as toggling the removed toggle off. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the successful test that the slider used to enable NS download is no longer needed, this PR also fixes a bug introduced in PR #290. It is now possible to type the https://
into the URL row.
In an effort to simplify the functionality and improve user experience, we have made a small update to the LoopFollow app. Previously, users had to manually toggle the option to download Nightscout data, dependent on a separate 'Download Loop/iAPS Data' setting. This has been streamlined to enhance efficiency and ease of use.
Key Change:
Automatic Data Download: The toggle for 'Download Loop/iAPS Data' has been removed. Now, the app will automatically start downloading Nightscout data whenever a URL is entered. This change ensures that users won't need to manage additional settings to start receiving data, reducing setup complexity and potential user errors.
This update is part of our ongoing efforts to make LoopFollow more intuitive and user-friendly, ensuring that your focus can remain on what's most important—managing health data effectively.
As always, we are eager to hear your feedback as we continue to improve the app. Please share your thoughts and experiences after this update.
Ping @MikePlante1