nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
695 stars 1.7k forks source link

UI/UX Wear Management of Settings #2753

Open Philoul opened 1 year ago

Philoul commented 1 year ago

Now in latest release all the Watch settings are grouped at the same place within Watch

But the overall number of settings are important (currently 27 in main menu) and maybe not easy to access for everybody See #2752 with associated screenshot

This issue is for discussion for future Improvement on an UI/UX point of view...

jbr7rr commented 1 year ago

https://github.com/nightscout/AndroidAPS/pull/2752 is a good step forward, good job.

Ultimately my personal preference is to be able to control the settings on the phone or both.

I'm not sure if there is a way that we can duplicate a settings menu, so when one adds a wear setting it only has to be done in one place.

Philoul commented 1 year ago

Difficulty when you have 2 settings at different places is the synchronization... Watch and phone are not 100% connected together, so you cannot be sure when you modify on one side, that it will be modified on the other side...

First step was to be independant to data (now whatever where the setting is managed, the set of data sent to the watch is the same and has everything, so you see immediatly the result after parameter modification)...