-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[admin] Add "goto" in subnet #70
[admin] Add "goto" in subnet #70
Conversation
Travis tests have failedHey @purhan, 4th Build./run-qa-checks
6th Build./run-qa-checks
TravisBuddy Request Identifier: a18b1fe0-1d0a-11eb-916b-c54e98fd930e |
Ideally, the search should filter all the IPs in the subnet. Loaded in frontend or not. |
@atb00ker What would be the proper approach? The API's response is paginated so I'd still have to cycle through all the pages to search for matching queries. Wouldn't that be too slow? |
@purhan What do you think? 😄 |
I tried parsing the search queries from the backend with some successful results but it'd still be very slow to parse results for larger search inputs. I think it's not a good idea to use search and filter here, so it's best to just implement the go-to approach as suggested in the original issue (i.e. jump to the search query in the original list itself) otherwise I'd likely abandon this task 😄. What do you think? |
0c1a08a
to
845fdf9
Compare
|
845fdf9
to
1cf84c4
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checks
TravisBuddy Request Identifier: 7f6ff8e0-1fad-11eb-bd2e-17a8c440c3de |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @purhan! I haven't had time to test it yet but will leave some comments on the code now.
1cf84c4
to
09f1949
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checks
TravisBuddy Request Identifier: 3d3215f0-2005-11eb-9dab-419bf2960c30 |
09f1949
to
2cbcbf4
Compare
2cbcbf4
to
4484da1
Compare
Travis tests have failedHey @purhan, 6th Build./run-qa-checks
TravisBuddy Request Identifier: 827707a0-200b-11eb-9dab-419bf2960c30 |
4484da1
to
2e06ccd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No bugs decided to show themselves while testing! 😄
Thanks @purhan ,
LGTM! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is slightly different than the solution proposed in the issue discussions but I hope this one works out better 😄
Preview
Closes #39