-
Notifications
You must be signed in to change notification settings - Fork 163
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
ENH: Allow user settings
for Auspice settings
#1574
Comments
Hmm, how would this interact with the dataset defaults? (Not against user settings, just thinking through how all the different possible settings interact) |
I think it would be better to put 'show all' as an option in the display settings of the JSON file - I think I may have spoken about this with James already somewhere. |
Background: Auspice UI settings, such as which colouring to use, are set on page load by consulting the I'm not sure how user session state would play with these concepts... I totally get that it's frustrating when something is not URL-encodable, but this is often because we lack the developer time to get it implemented and so adding another source of state which requires work for each new UI element isn't going to fix this. I think were session state to be in the mix here it would have to be in sync with the URL query so that we preserve the ability to share URLs like we do now. |
Context
In Nextclade we have now got user settings/preferences that are saved in a cookie.
With things like
show all
branch label switch, it'd be cool if we could have similar user preferences in Auspice that apply across auspice sessions. I'd not want to toggle this every time I change coloring, or open a new tree.Some people might prefer one, others something else. Setting defaults is good, but allowing a bit of preference customization is also nice.
We could treat user settings/preferences as secondary to URL parameters, for example, so that when I open a particular URL and a URL parameter is set, it overwrites the user preference.
The text was updated successfully, but these errors were encountered: