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 pagination and search capabilities to the policies feature UI #12662

Open
ashera96 opened this issue Mar 15, 2022 · 0 comments
Open

Add pagination and search capabilities to the policies feature UI #12662

ashera96 opened this issue Mar 15, 2022 · 0 comments

Comments

@ashera96
Copy link
Contributor

Describe your problem(s)

We need to enhance the current UI implementation of the Operation Level Policy Support feature to support pagination. As of now, we limit the retrieved policy count to 50. We need to avoid hardcoding this value and move to a proper pagination supported approach.

Also, since the policy list can get quite lengthy, we need to provide a searching capability within the policy list that appears under each API's Policies tab.

Describe your solution

For pagination effort:

  • Globally maintained list of policies: make use of the limit and offset parameters when retrieving the policy list (note that the backend support for this already exists, and this is a UI fix).
  • Per API policy list: Infinite scroll with See more ... option.

For search effort:

  • Implement a search bar for the Policy List under the Policies tab. Please refer to the below attached screenshot which depicts the suggested approach for this.

How will you implement it

Please find the suggestion for the Policies tab related enhancements:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant