Skip to content

Split select_files route #25

@rhsimplex

Description

@rhsimplex

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/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions