-
Notifications
You must be signed in to change notification settings - Fork 29
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
Interface to add questions via website #119
Comments
Can I work on this enhancement ? |
sure sure. no need to ask please go ahead and open a PR 👍 |
So when a user is going to upload the question, he will uploading three sets of files which are the input, output and statement.
Presently, the questions are being referenced from a folder. Should I continue with the same or |
I'll say 2 files for I/o then one text field to capture statement. Let's put everything in the database. Sqlite can handle up to 1tb easily |
Questions are added via the file system right now. We need a mechanism to be able to add them via the web interface.
roadmap for this:
The text was updated successfully, but these errors were encountered: