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 Structure of form GUI #25

Open
aashutoshrathi opened this issue Nov 22, 2018 · 2 comments
Open

Create Structure of form GUI #25

aashutoshrathi opened this issue Nov 22, 2018 · 2 comments
Labels

Comments

@aashutoshrathi
Copy link
Owner

No description provided.

@aashutoshrathi aashutoshrathi added the easy 20 points label Nov 22, 2018
@sweezy793
Copy link

Can you please elaborate the issue?

@aashutoshrathi
Copy link
Owner Author

aashutoshrathi commented Mar 5, 2019

You have to add mocks for the UI.

The aim is to carry forward the single script file which had to be edited by user to a web portal.
A web portal where we take in the solution file and ask the user for the following in some form:

  1. TC difficulty order (Ascending, Descending)
  2. Input format and constraint. (JSON like structure preferred), suppose you want to take number of test cases and then for each test case you want to take in number called n with constraints 1<=n<=10^9.
{
  int: { 
      min: 1, 
      max: 100000, 
      child: {
          int: {
              min: 1, max: 10^9
          }
      }
   },
}

And then we create script using data given by user
We execute that to generate a zip and email that to desired email address.

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

No branches or pull requests

2 participants