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

Code submissions should be sent to Django, not directly to the Engine #11

Closed
5 tasks done
bazadactyl opened this issue Jun 5, 2017 · 0 comments
Closed
5 tasks done
Assignees
Labels
🌟feature New feature or request

Comments

@bazadactyl
Copy link
Member

bazadactyl commented Jun 5, 2017

At the moment, when the user submits code on the website, the request is sent directly to the Engine. This is bad because Django is out of the loop. It has no way of knowing about what users are submitting. This issue will be deemed resolved when:

  • the engine is installed on our server
  • code submissions are sent directly to Django
  • Django submits users' code the Engine
  • Django processes the Engine's response and sends the appropriate response back to the user
  • Django saves information about the submission into the database
@bazadactyl bazadactyl added the 🌟feature New feature or request label Jun 5, 2017
@bazadactyl bazadactyl self-assigned this Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant