-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Overview add Sensitivity OKDialog #3580
base: dev
Are you sure you want to change the base?
Conversation
Thumbs up from me. |
plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt
Outdated
Show resolved
Hide resolved
plugins/main/src/main/kotlin/app/aaps/plugins/main/general/overview/OverviewFragment.kt
Outdated
Show resolved
Hide resolved
I'm not sure about this |
I'm not at home this week-end, will check again everything on sunday afternoon 😉. |
Quality Gate failedFailed conditions |
Built with latest commit (without dedicated UiThread), and works fine on my side 😉 |
That's why I think average ISF should be moved to OKDialog...
We can also probably adjust ISF rounding value with one decimal for mmol unit and no decimal for mgdl and reduce overall width. |
Agreed, "ISF for carbs absorption" isn't a precise name though as it is also used in Bolus calculator BG/Trend calculation. @MilosKozak @Philoul @vanelsberg @jbr7rr @ga-zelle For me the DynISF used for SMB algo is most useful to see in Overview without having to click on sensitivity icon. ISF for bolus calc is also visible when opening bolus calc. Gathering all relevant sensitivity numbers in this box provides a better user experience imo, as we can explain them all abit more. |
I like "only one line" with main information visible (AutoSens with OpenAPS SMB, no need to provide OKDialog), Profile and variable ISF Values for DynISF and AutoISF (then Additional info like Avg ISF, Autosens value, ISF detailed info...), could be different with DynISF and AutoISF... "ISF for Carbs absorption" was a proposal (string short enough to have label and value in one ĺine). |
Yes, one line only. Its content depends on the current plugin or mode. My vote is mostly percentage of final ISF compared to profile value with the exeption of active DynISF where it is shown as absolute value without showing the profile value in overview. |
Have been on OpenSMB (which is also showing this) and found it quite informative as it shows my deviations on ISF from profile and actual ISF calculated? So for me, I'm quite happy with the view as is currently... 🤔 |
I find that this corner is overcrowded. Even the last ) can't be seen and it pushes all the other numbers (COB IOB) to the left. Either we can show one number and tap to have a window with more info (as in IOB) or we have to move around the numbers or/and make them smaller. Move the AS next to the icon and delete the average in (). It can be seen with a tap in a new window as it is not very useful to have it all the time. The above screenshots were with AutoISF. Also, if I'm on OpenSMB with DynISF turned OFF, I don't need to see what my ISF would be if I had DynISF tuned ON... I'd like to get that info after a tap to get detailed info. |
For me it is showing just fine. Try resizing the widget? |
For me, it has value in a sense that I can see what algo is doing and what impact sensitivity has (or would have)? A -> B (C) (Note that currently Calculator is using C) |
Nope, just deleted the widget and set it up again with the sale result |
What I need to see all the time is
A tap on those numbers can give me all the details one can wish for. Another positif side is that DynISF and AutoISF can have the same screen output. On the main UI, above the ISF numbers, we can have the AutoSens % and a small icon to show if it is ON or OFF. The on/off information can be given by text color too. |
It's the proof it cannot remain "As is" You are a skilled user, knows perfectly well AAPS, but your explains are wrong... |
Ah yes, I see now :-|
|
Agree, this could be a valid alternative. |
That is strange. |
I had a similar squeeze problem where a whole line was missing. Solved by reducing the general font size of the phone. |
An idea this morning for single line short info in Overview: Icon above AS value has a double Arrow (with or without X) according to AS disabled or enabled.
OpenAPS AMA or SMB: In OKDialog (TBC if we need it or not)
DynISF or AutoISF:
In OKDialog:
Widget is a side effect of the too long string and should be fixed if we reduce the size 😉 |
Regarding the Alg: %% (or middle row if present) I think this comes from TT changing sensitivity |
Include for Autosens area the same kind of OKDialog that we have for Basal or IOB
Il allow a shorter string with DynISF and AutoISF below autosens (ISF for Carbs is hidden), And OKDialog improve the understanding with an explicit string.
I also included the possibility to include more information on Variable ISF calculation (don't know for DynISF if it could be usefull to see for ex the different TDD included for ISF calculation or BG contribution, but for AutoISF I think we will be able to include usefull information)
Currently String from APS plugin are not included (I will try to propose a "User Friendly String" for AutoISF, and if possible not a "Dev Friendly String" 😉 )