Skip to content

Should we allow users to upload files for use in data and analysis scripts? #246

@WardBrian

Description

@WardBrian

This could re-use the machinery added for #239

Pros:

  • Make it possible to provide data that is not already JSON (e.g. CSV) but also does not live on the web
  • Make it possible (though clunky) to do some kinds of model comparison by uploading CSV files generated by a different model/run into the analysis for this model/run

Cons:

  • A naive implementation of this would have this be completely local, which would mean that a download or gist would no longer perfectly re-create the environment of the user who clicked Save -- some other set up would be necessary by the user
  • Alternatively, we could include these arbitrary files in the data model, which would let them be save-able, but could dramatically complicate things.

This would definitely move the project further along the "a full IDE is what you really want" axis, which can be both good and bad

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurequestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions