Open tjcouch-sil opened 2 weeks ago
Fill this issue out (or make multiple) when UX gives us their design to implement for epic 13
Some notes from the UX presentation:
We just had sprint meeting and managed to clarify on the following:
*ux wants to be included into how to name these settings
Issues to write (@jolierabideau will write them up. Thanks!):
Defer
UX team, please let us know when these not settled things are settled. We can work out where to put them.
Regarding priorities, would you like to create new issues and put them on future epics where they are appropriate priorities? Or want to wait until you have finished designs to figure out what you want to do?
Important links:
Thanks TJ.
I have a question regarding:
mingling settings between extensions
I've not seen or intended this. Can you give an example? Imho there are only separate pages like "my crazy extension", "custom toolbar buttons extension" and under project maybe things like "project plan", "checks configuration", "Emoji Reactions".
The only mingling I could think of is we have not thought through if extensions should be able to add sections to "display" and "behavior" or only below those. Maybe "scroll with other apps" is something that would come from an extension?? Also we have not been clear about where bcv settings would end up. Or is "highlight current verse" an extension setting of the bundled editor extension and so needs to go elsewhere?
What is missing in the current design (only in case we want to make those configurable) is
For the small adjustments, search and toolbar we will let you know as soon as possible (probably in this order).
Yes for the "not a priority" things we should create tasks (where not yet done) and move them to a new or existing settings epic. let's decide this in the next roadmap meeting.
@Sebastian-ubs Essentially there are three levels of hierarchy possible right now:
Anything under one of these items in the hierarchy must necessarily be owned by the same extension/core. So core and extension settings cannot intermingle in any way; they are all completely separated from one another.
The same goes for project settings.
Regarding normal settings, there are some somewhat reasonable equivalents in the v0 preview. You can kinda think of it as the following:
The problem is that "General" has stuff in it that looks like it would be contributed by core and by extensions. If "General" is the label we put for Core Name, then every setting group and setting under it must be contributed by core and not by an extension. So then you could have another top-level hierarchical item called "My crazy extension" that would have a setting group in it that would have settings in it.
Project settings are a bit trickier. It looks like you also have three levels of hierarchy in project settings, but you display them differently:
These levels show up differently. All the item 2s for each item 1 are shown all at the same time on the same page. But the item 2s are not shown in the sidebar.
I used my best interpretive skills here and decided to write the UI revision instructions as basically the following for now:
We can discuss and adjust the display of this hierarchical structure as desired. Larger organizational changes will take more planning and adjustment.
Having not talked to @Sebastian-ubs and @allisonparkk , I believe Checkbox
vs Switch
isn't an intentional design detail at this point. It's just what v0's AI came up with.
Hi @tjcouch-sil, as we are working on smaller style adjustments, the current (in progress) version is this: https://b_lyq3fteaicn.v0.build/ Maybe that helps with a clearer understanding. IMHO "General" is NOT supposed to be a name, but the place where all not-project-related settings will end up in.
I have added a drawing with questions to the FigJam. Feel free to comment here or there
The content is not final: wording of names, groups and settings and where to put which in is not yet decided. Alignment of setting labels (on top or right aligned in front of the setting) in the v0 is not final.
by the way: did you know you could install the v0 directly into a project (ideally into platform-bible-react)? After clicking the "v0" button, there is a "Add to codebase" button. Of course this code needs to be adapted (split into components, data moved out), but can save some time.
You might however want to wait until we finished
TJs reply (in my words):
Settings of core and each extension are put into a single container “name” each and merged together into one flat array. This name only virtually exists as a back reference to the extension that added a settings group. Currently a group has no unique identifier, there can be similarly named groups in each extension / core. TODO: Decide as ux if we can use this or if the data structure has to change.
User Story As a user, I want a more organized and intuitive settings interface, so that I can easily navigate, find, and manage settings for different extensions and projects.
Description
Switch
instead ofCheckbox
Implementation idea See the S/R web view for an example of delivering different UI based on a boolean, we could do something similar for receiving a project id and only showing settings for that project id.
See the links below for UX design doc and mockup:
Platform Settings – FigJam
Combined Settings – v0 by Vercel