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

Implement user preference store integration for the Console #6936

Open
2 of 4 tasks
kschiffer opened this issue Feb 15, 2024 · 0 comments
Open
2 of 4 tasks

Implement user preference store integration for the Console #6936

kschiffer opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
c/console This is related to the Console ui/web This is related to a web interface

Comments

@kschiffer
Copy link
Member

Summary

As per the redesign plan, we are adding a feature that allows users to store preferences such as bookmarked entities, dashboard layout, dark mode, and sort orders.
The backend work for this can be tracked in #6890 and we can already work on adding these services to the SDK and Console store logic.

Current Situation

There is currently no way for users to store any of these things.

Why do we need this? Who uses it, and when?

To allow for customization and personalization of the Console. Especially bookmarks will assist users to access frequently used entities.

Proposed Implementation

This should be pretty straightforward CRUD plumbing. For the current designs, we'd only need to create, delete and list bookmarks. But I think it's good to add the store logic for the remaining preferences as well (dark mode, sort orders, dashboard layout).
The current designs use only bookmarks for now, these will be used in the Sidebar, the Top Entities Panel and the Bookmark button in the header.

Contributing

  • I can help by doing more research.
  • I can help by implementing the feature after the proposal above is approved.
  • I can help by testing the feature before it's released.

Code of Conduct

@kschiffer kschiffer added c/console This is related to the Console ui/web This is related to a web interface needs/triage We still need to triage this labels Feb 15, 2024
@KrishnaIyer KrishnaIyer removed the needs/triage We still need to triage this label Feb 22, 2024
@ryaplots ryaplots added the in progress We're working on it label Mar 7, 2024
@ryaplots ryaplots removed the in progress We're working on it label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console This is related to the Console ui/web This is related to a web interface
Projects
None yet
Development

No branches or pull requests

3 participants