Replies: 5 comments 2 replies
-
It may be easier to make small changes in steps rather than making too many changes at once. It is easier to explain a small change and it is easier for the person reviewing it to understand the proposal. If you have an array of changes, in one proposal, and the person reviewing it disagrees with only one, that is enough not to approve the entire proposal even if he/she agrees with another one of the included items. In other words, by combining the items, you are imposing the weakness of the weakest item on all the other items. Of course, on the other end of the spectrum, if you can come up with a perfect single proposal that gets approved, including everything you want to do, you may save some time. But, you will be taking a chance. |
Beta Was this translation helpful? Give feedback.
-
#1904 seems to be related to this matter. |
Beta Was this translation helpful? Give feedback.
-
So starting with something small to test the waters: Part 1 - Consolidate software update and backup/restore menusUPDATE: I've submitted the following pull request to implement these changes: #2057 In the settings menu create a new submenu. I've re-purposed a previous icon, but I suppose we can always come up with a new one.
Feedback/Suggestions are appreciated. This won't sufficiently declutter the settings page on its own, but it's a decent bite-sized chunk to start off with. P.S. I noticed that the EULA is also tucked under "predictive simulation settings". |
Beta Was this translation helpful? Give feedback.
-
After some investigating, there appear to be two barcode scanners. The other one only shows up when you select "G4 Share Receiver" as your hardware source. The preference key for that hidden one is |
Beta Was this translation helpful? Give feedback.
-
I was also thinking about cleaning up the settings menu, One thing that bothers me a bit is that the sensor specific settings are scattered all over the settings menu. E.g. Libre2 and dexcom checkboxes can be found in the same menu. I would like to propose to consolidate all the settings into a specific settings menu for the active settings, much like the G5/G6 debug settings menu. For the Libre it would look something like this MAIN MENU:
I understand that this is outside your scope, but if this sounds like a good idea I can create a separate discussion and/or try something in code and create a PR. |
Beta Was this translation helpful? Give feedback.
-
Wanted to start up a discussion about re-organizing some settings menus. At the moment, the main hierarchy is a bit wonky and I find it's hard to find things. I was considering drafting up a formal before/after proposal with screenshots and so forth, and was wondering if other people were interested.
Proposed Scope of changes:
but not add/remove/hide any functionality (i.e. a confusing list of checkboxes would remain a confusing list of checkboxes 😉).
Examples of things I'm thinking of:
Beta Was this translation helpful? Give feedback.
All reactions