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

Split select_files route #25

Open
rhsimplex opened this issue Jun 26, 2017 · 0 comments
Open

Split select_files route #25

rhsimplex opened this issue Jun 26, 2017 · 0 comments

Comments

@rhsimplex
Copy link
Contributor

https://github.com/merantix/picasso/blob/master/picasso/picasso.py#L298

Select files is actually file selection AND result display. This should be split up not only for conceptual simplicity, but also because we'll want to do cleanup after the rendering (since both GET and POST work at this route but represent different functionality, we can't simplay apply an @after_request decorator e.g. http://flask.pocoo.org/snippets/53/).

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

No branches or pull requests

1 participant