-
Notifications
You must be signed in to change notification settings - Fork 358
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
Adding Search Bar Functionality for Cloud Tenant Show Page #9217
Comments
I'm not too sure on how we can add search bars to these embedded list pages. It looks like this pr: #9190 is doing the same thing if you wanted to check out the code and try to see if it works locally. I haven't had a chance to review the pr so not sure if it works or not. |
Hi @GilbertCherrie, Thanks for your opinion. I have completed that feature by making the following changes:
After making these changes, the search bar is working perfectly for images, instances, security groups, cloud volumes, etc., in tenants page in the cloud menu. I am currently looking into how to run test cases to ensure existing functionalities are working correctly. If you have any insights on the get_view_process_search_text method in the application controller, please guide me on whether this approach is correct. You can also check this locally. Thanks! |
I'm not too familiar with this function. If anything just finish the pr and we can review it at the end to make sure everything is correct. |
Hi @GilbertCherrie, I have created the PR please check it! #9225 |
@Dhamo1107 Thank you for the pr. We will take a look when we have the chance and discuss any changes in the pr. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Summary:
Implementation Details:
Frontend:
Backend Integration Needed:
Any guidance on integrating the search functionality with the backend would be highly beneficial. Specifically:
In
CloudTenantController
,GenericShowMixin
is included, So the show method is inGenericShowMixin
, in this how to handle search params and send data to front end based on search paramsHow to update the view with filtered data?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: