OcelotProject / Ocelot

Ocelot is open-source linking for life cycle assessment. See https://ocelot.space/ for more information.
Other
26 stars 7 forks source link

Need flask app to browse dataset-specific information from detailed log #105

Closed cmutel closed 7 years ago

cmutel commented 8 years ago

The detailed log will be quite big. To use it effectively, we should have a small flask that allows you to:

  1. Choose a model run (use latest by default)
  2. Select a dataset directly by filename, code, or id
  3. See all changes to that dataset

The last two pages should be generated dynamically by reading the last version of the data, and then reading the detailed log.

Reuse existing code as much as possible.

cmutel commented 7 years ago

Fixed in Ocelot compare app