-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Web Interface Mockup #224
Web Interface Mockup #224
Conversation
@mavidser it looks nice, but is not in python. We'd prefer something like this, but in |
in the end it would be great if it can read the schema file and autogenerate this. |
Yes, it's kinda like the expected output for the schema I hope to implement. |
|
|
|
Hi. The form isn't complete yet, nor is it full generalized, and I still have to parse But the basic interface works, and a form is successfully being generated from the schema. You can check out the form currently generated here. |
I think the form works fairly good for now, given a few kinks, which I'll sort out in further updates. (Preview). Please take a look and see if there's something I'm doing wrong, or any suggestions you might have regarding the form. Also, on a sidenote, how should one proceed after doing the prerequisite PRs? Should we continue on maintaining/improving the code or should we start building our proposals? |
@mklauser is one of our mentors and so I'm messaging him here as well. |
@@ -0,0 +1,92 @@ | |||
import json |
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.
nice file name 😉
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.
Just following the pattern. 😄
Can you rebase onto the newest master. It looks very nice! Please also start writing up the application. |
… YAML generation.
It's done. The code's now up-to-date with the latest master. I'll start with the application now too. Thanks. 😄 |
|
|
This is a basic mockup of a web-interface for generating YAML config files.
The main purpose is to identify the appropriate input methods for each field, verify the inputs which are conditional (the inputs with the type container-property), and figure out an easy way to gather the user inputs.
A live version of the mockup is available here.The current version of the web app is available here.