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
1 stars 3 forks source link

Allow the user to customise which resources they want to see via Settings #42

Open JeffinSiby opened 2 years ago

JeffinSiby commented 2 years ago

With the addition of more resources, users should be able to choose which resources they see in their CICS view via Settings (UI).

Proposed UI: Users open Settings (UI) and then can select/unselect checkboxes to choose which resources to display. They should be able to then apply these changes by refreshing the window.

Changes required:

  1. Update package.json to add these checkboxes
  2. Add resource children to regions container based on which checkboxes are selected (remember to do the same for the 'All' trees!)
  3. Filtering on a Regions container currently shows options for all the resources. This should be changed so that the options shown depend on which resource checkboxes are selected.