zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
2 stars 3 forks source link

Investigate Favorites #68

Open Joe-Winchester opened 3 years ago

Joe-Winchester commented 3 years ago

Investigate having favorites for CICS resources similar to the way Zowe Explorer does Data Sets/USS/JES where grouped resources across connections can be retrieved and actioned on

lauren-li commented 2 years ago

Zowe Explorer might consider updating its Favorites icons to be less confusing for users. The status of this can be tracked in this issue: https://github.com/zowe/vscode-extension-for-zowe/issues/1563

github-actions[bot] commented 7 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

JTonda commented 7 months ago

Design document with details on how to categorize the favorite nodes Determine what kind of data to store as favorite (search filters vs resource types)

traeok commented 7 months ago

Design document with details on how to categorize the favorite nodes Determine what kind of data to store as favorite (search filters vs resource types)

As a part of this, maybe we could look into rearchitecting Favorites nodes for Zowe Explorer altogether. Currently, we do not have a shared pool of data for the tree nodes and we could run into issues because of having to keep the data in sync between the favorited and non-favorited nodes. Here's a link to the issue: https://github.com/zowe/vscode-extension-for-zowe/issues/2026