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

Add support for favorite/pin dags to dashboard. #45207

Open
1 of 2 tasks
tirkarthi opened this issue Dec 25, 2024 · 2 comments
Open
1 of 2 tasks

Add support for favorite/pin dags to dashboard. #45207

tirkarthi opened this issue Dec 25, 2024 · 2 comments
Labels
AIP-38 Modern Web Application area:UI Related to UI/UX. For Frontend Developers. kind:feature Feature Requests

Comments

@tirkarthi
Copy link
Contributor

Description

There is a widget to show recent dags viewed. I was prototyping this by using useEffect on dags page on load to add the dag id to a local storage key and display it. The key could store 5 items. I guess it would be useful to allow users to favorite or pin the dags. Simplified approach would be local storage but it won't persist across browsers. There is no model to store this in the server side.

Sample screenshot :

image

Use case/motivation

Allow users to quickly visit their favorite dags from dashboard.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@tirkarthi tirkarthi added kind:feature Feature Requests area:UI Related to UI/UX. For Frontend Developers. AIP-38 Modern Web Application labels Dec 25, 2024
@tirkarthi
Copy link
Contributor Author

Related #21720

@tirkarthi
Copy link
Contributor Author

cc: @pierrejeambrun @bbovenzi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-38 Modern Web Application area:UI Related to UI/UX. For Frontend Developers. kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

1 participant