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

Create Request Params Tab #199

Open
giemic8 opened this issue Jan 23, 2025 · 2 comments · May be fixed by #321
Open

Create Request Params Tab #199

giemic8 opened this issue Jan 23, 2025 · 2 comments · May be fixed by #321
Assignees
Labels
frontend Frontend related task good first issue Good for newcomers

Comments

@giemic8
Copy link
Collaborator

giemic8 commented Jan 23, 2025

Is your feature request related to a problem? Please describe.
As user, I want to have an overview where I see and modify all Query Params.

Describe the solution you'd like

  • Add a Tab in the InputTabs with Name "Params"
  • Implement a List like in the Header Tab
  • Currently, this can be implemented without active-flag (all entries are active)
  • Adding a param in the list will automatically update the url and vice versa: if you add ?query=test to the URL, it will added automatically to the list
  • Note that some characters must be escaped, for example %20 is space

For reference, see the headers tab in the request. The "Params" tab can be just the same (without checkboxes).
Image

Describe alternatives you've considered
If points are too difficult or incomprehensible do not hesitate to ask for help in discord or link @giemic8 or @SoulKa in this issue. You can also create a sub-ticket for this case and remove the part from this ticket. Please also mention if you take things from the ticket into a new one in the PR.

@giemic8 giemic8 added frontend Frontend related task good first issue Good for newcomers labels Jan 23, 2025
@SoulKa SoulKa changed the title Create in the request a Params Tab Create Request Params Tab Jan 23, 2025
@Hell3ringer
Copy link
Contributor

Hi @giemic8

Would like to work on this based on the above requirements. Can paste an screenshot to keep you updated on the progress as soon as I finish the UI part.
Is there any coding/project related things that I should be aware of ? If not , I will continue working based on how header Tab is implemented.

Thanks

@SoulKa
Copy link
Collaborator

SoulKa commented Jan 28, 2025

Hi @Hell3ringer, I added a screenshot of the currently implemented "headers" tab which is very similar to what the "params" tab will look like :)

@eugen-soliar eugen-soliar self-assigned this Feb 19, 2025
@eugen-soliar eugen-soliar linked a pull request Mar 17, 2025 that will close this issue
6 tasks
eugen-soliar added a commit that referenced this issue Mar 24, 2025
eugen-soliar added a commit that referenced this issue Mar 28, 2025
eugen-soliar added a commit that referenced this issue Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related task good first issue Good for newcomers
Projects
None yet
4 participants