-
-
Notifications
You must be signed in to change notification settings - Fork 95
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]: personal view #1359
Comments
hey, im interested to work in this! can you provide more details into the feature req. |
Hi! Thanks for your interest in working on this. The “personal view” feature will allow each user to save their own settings for views, such as filters, selections, color coding, sorting, etc. This means that the configurations they make in a view will be personal and not shared with other users. Each user will be able to customize their own view of the data without affecting others, giving them a more personalized experience. Let me know if you need more details! |
hey, i was looking at the codebase...you have done a great work! 🙌🏾 about the issue will the view config work when there is another member in the table?? will the user be able choose people to show their views?? |
The personal views are expected to be shareable eventually, but initially, we plan to implement personal views that are only visible to the individual who configured them. These personal configurations can be saved in a new data table specifically for storing user-specific view settings. Then, through GraphQL or other APIs, we can return the configuration data for the specific user. |
Is there an existing issue for this?
Summary
personal view
Why should this be worked on?
personal view
The text was updated successfully, but these errors were encountered: