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

Save multiple projects selected by the user for adding into the dashboard before the user saves it as a workspace #395

Open
JoshwinThomasIBM opened this issue Nov 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JoshwinThomasIBM
Copy link
Contributor

if the user adds a project into the dashboard without saving as workspace and he continues to add or remove project into the liberty dashboard and only saves the the session as a workspace as the last step then , post saving and when the workspace is loaded again the projects added on the dashboard is found missing.

Currently we are saving the selected project by the user into the global state and prompts the user to save the workspace. if the user opts not to save, then we remove the selected project from the global state.

Instead of handling a single project at a time , we need to use an array / set for handling multiple projects and update the array / set based on user adding or removing the project from the dashboard and once user saves the session as a workspace the changes made by the user in the dashboard must reflect once the saved workspace is reloaded

@JoshwinThomasIBM
Copy link
Contributor Author

Reference for this enhancement suggestion is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant