Sideband - Settings Import & Simplified UI #570
Replies: 2 comments 1 reply
-
Solely looking importing settings, it's very important and I see two required input mechanisms: files and QR codes. This helps both the Android and desktop versions be more user friendly. The ideal workflow for people on-site is:
Putting RNode configurations in a QR code is a very clear use case, and it can be generalized as need be, but here are issues to be overcome:
There are some wonderful use cases here, but a considerable amount of work to be done. The more detailed a specification we can make, the less time programming will consume. Bearing in mind any UI change is a lot of work. Regarding simplification / advanced modes, it's generally a good idea, but see above about requirements and effort. |
Beta Was this translation helpful? Give feedback.
-
In general, Sideband is not at all user friendly, though I don’t think a “Simplified mode” is the answer; the UI really just needs a complete redesign, but I don’t think that’s a priority right now. |
Beta Was this translation helpful? Give feedback.
-
This is a bit of a brain dump, apologies for that.
Are there any thoughts on adding the ability to select a settings file to import from the Sideband UI? I am thinking about Android usage for less technical folks. I really like the ability to import settings, and being able to share and/or pre-configure some settings on Android would be useful when helping others get started with Sideband.
Maybe this should be handled a little different than the
--import-settings
option, to handle a subset of settings? For example, usingsideband.config.update(imported)
when importing from the UI. I am primarily thinking of not overwriting an existing display name, but could be useful in other circumstances.Looking for some feedback on this concept, including other possible solutions.
An adjacent discussion is the addition of a Simplified / Advanced UI setting toggle. Distributing Sideband and RNodes would be an ideal communication solution in disaster areas without other infrastructure, like recent Hurricane Helene disaster in the eastern United States.
An initial suggestion would be to hide the following main menu options in Simplified mode:
There are probably other elements that could be hidden in Simplified mode, but I have not spent enough time thinking about the balance between functionality and simplicity. A few additional items to potentially hide in Simplified mode, without sufficient consideration:
Conversations Screen
Individual Conversation Screens
I realize this is may not the intended use case for Sideband, so maybe it does not make sense to add something like this.
Beta Was this translation helpful? Give feedback.
All reactions