Skip to content
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

Feature idea: Studio persisted custom columns #18420

Open
adambajguz opened this issue Apr 18, 2024 · 3 comments
Open

Feature idea: Studio persisted custom columns #18420

adambajguz opened this issue Apr 18, 2024 · 3 comments

Comments

@adambajguz
Copy link
Contributor

Hello RavenDB team,
currently custom columns in RavenDB Studio for a collection in a database are persisted in a local storage of the browser meaning it's very easy to lost them and there's no easy way to share them.

It would be so nice if the studio could persist those column settings e.g. in database settings as json (enabling to also easily change them through client API).

@ayende
Copy link
Member

ayende commented Apr 18, 2024

That unfortunately leads to a pretty complicated situation.
What happens when you have multiple users (who wants different views, etc).

@adambajguz
Copy link
Contributor Author

adambajguz commented Apr 18, 2024

What about treating custom columns saved in the database settings as defaults and then having the ability to override them by user from config in local storage as it is today?

This will be even more cool than my initial idea.

@ayende
Copy link
Member

ayende commented Apr 19, 2024

That may be a cool feature, yes. We already have a place to store this, see:

image

I don't believe that we currently have capacity in the roadmap, but a PR would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants