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

Improve (notification) service featureset #5

Open
canihavesomecoffee opened this issue Jun 6, 2016 · 1 comment
Open

Improve (notification) service featureset #5

canihavesomecoffee opened this issue Jun 6, 2016 · 1 comment

Comments

@canihavesomecoffee
Copy link
Member

Currently PiPot only allows the user to upload a single file that holds all the data the service needs. This approach has benefits, but also some disadvantages:

  • Private dependencies or unlisted programs (from source code) can't be installed
  • All template code is in a string inside a method in the service class
  • No javascript libraries can be added

Switching from a single file to an custom format or zip based container would solve these issues.

@VertexC
Copy link
Contributor

VertexC commented Aug 17, 2019

The current server supports container upload, while doesn't handle the pip installation and requirement check. # For requirement installation, here is the code for the reference, but ideally valid the dependencies before install that into virtual environment. PiPot/pipot-server#33

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

No branches or pull requests

2 participants