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

Refactor Python synthesis to integrate with django #105

Closed
Suhas-G opened this issue Aug 14, 2021 · 0 comments · Fixed by #106
Closed

Refactor Python synthesis to integrate with django #105

Suhas-G opened this issue Aug 14, 2021 · 0 comments · Fixed by #106
Assignees
Labels
VisualCircuit3 Issues related to branch VisualCircuit3

Comments

@Suhas-G
Copy link
Collaborator

Suhas-G commented Aug 14, 2021

Current python synthesis and running it happens sequentially in same file. For the django backend, we need a way to generate all the required files and then package them. So the current backend has to be refactored to separate the synthesis and execution

@Suhas-G Suhas-G added the VisualCircuit3 Issues related to branch VisualCircuit3 label Aug 14, 2021
@Suhas-G Suhas-G self-assigned this Aug 14, 2021
Suhas-G added a commit to Suhas-G/VisualCircuit that referenced this issue Aug 16, 2021
Synthesize python scripts from VC file
Generate a zip file containing all the generated python
scripts and python files necessary to run them.
Handle the zipfile on frontend and make it downloadable
@Suhas-G Suhas-G linked a pull request Aug 16, 2021 that will close this issue
@Suhas-G Suhas-G closed this as completed Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VisualCircuit3 Issues related to branch VisualCircuit3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant