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

Chain requests. Execute a bunch of requests one by one and produce results #196

Closed
liyasthomas opened this issue Oct 18, 2019 · 4 comments
Closed
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@liyasthomas
Copy link
Member

liyasthomas commented Oct 18, 2019

Is your feature request related to a problem? Please describe.
Nope

Describe the solution you'd like

  1. Under request section an "add new request" button.

  2. This will create another request section with defaults or inherits last request's setup.

  3. "Send" button on each request section as well as there's a "send all" button.

  4. Sending requests will executes requests top to botton (0 to n)

  5. Results will be a table of all results

Describe alternatives you've considered
Sending each requests one by one.

Additional context
An option to display results next to corresponding request will be awesome.

@liyasthomas liyasthomas added feature New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed labels Oct 18, 2019
@anthonkendel
Copy link

Hey, 😄 I would be interested in helping out. Is this anything that you looked into @liyasthomas ?

I checked out the source code but it seems like the current implementation only keeps track of one request at a time. Correct me if I am wrong.

@liyasthomas
Copy link
Member Author

liyasthomas commented Oct 23, 2019

@anthonkendel currently only one request can be sent at a time. This feature is a very helpful one and it would be great if you could help us pull this off!

@NBTX
Copy link
Contributor

NBTX commented Oct 25, 2019

I'd like to propose extending #139 to include this.
We could make some sort of 'timeline' or 'step by step' view, where requests can be executed one by one and optionally some script could be inserted between requests to set data for the next request.

@NBTX
Copy link
Contributor

NBTX commented Oct 25, 2019

Please refer to #218.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants