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

Improve view of batched GQLRequests #127

Open
de-robat opened this issue Mar 6, 2024 · 1 comment
Open

Improve view of batched GQLRequests #127

de-robat opened this issue Mar 6, 2024 · 1 comment

Comments

@de-robat
Copy link

de-robat commented Mar 6, 2024

Is your feature request related to a problem? Please describe.
Currently when using request Batching, the NetworkTable shows the Requests that got batched as a "+ X" behind the first request of the batch. This makes is difficult to identify payloads of singular requests in the batch and likewise for responses.

image

Describe the solution you'd like
i would like to see the requests partially expanded already, it would not necesarily need the info of sizes, just the name as a selector to see what ended up beeing batched, and maybe the operations error status. something like

image

would suffice already

Describe alternatives you've considered
i am not aware of any alternatives. you can page through the Networkdetails, but this is pretty cumbersome if the batched operations have a fair size

Additional context
i would add this as a contrib and am wondering if there is ongoing work, or something i am not aware of?

@de-robat de-robat changed the title Batche Networkrequests Improve view of batched GQLRequests Mar 6, 2024
@warrenday
Copy link
Owner

There's no ongoing work to implement anything like this. If its something we can expand/collapse I think it would be a great feature. If you'd like to raise a PR that would be great.

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

No branches or pull requests

2 participants