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

Raw command concept #6

Open
Guttz opened this issue Aug 25, 2019 · 2 comments
Open

Raw command concept #6

Guttz opened this issue Aug 25, 2019 · 2 comments

Comments

@Guttz
Copy link
Contributor

Guttz commented Aug 25, 2019

This is an idea I discussed with Akshay and Vishal and would be a cool feature to have in the GUI. Basically, right now the raw command is a representation of the command built in the GUI. It would be nice to actually make it a two-way biding with the UI and enable the user to input whatever he wants and try to request to the server so the GUI is also an easy to try "free console". I don't know the best way to do this while making it generic. The ideal would to make it in such a way that new additions to the Agent do not break the raw command input processing in the GUI.

@shobhi1310
Copy link

Can a basic layout be given for it like which parts of the GUI would need to be changed for implementing this feature ?

@priyanshunayan
Copy link
Member

@shobhi1310 Presently, the raw command is automatically generated from the inputs filled in the boxes. What we want is the raw command which you can see in the image below be editable, so that we/user can make changes to it and make requests accordingly, just like we would normally do with any web console.

image

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

3 participants