Skip to content

Simple list views of fitting results #276

@jonc125

Description

@jonc125

The simplest way to navigate to and view results of individual fitting experiments is just to list everything linked to a given model/protocol/dataset/fitting spec version.

There's commented out code in entity_version.html for a button that could link to such a view. Though the button text should probably read 'Fitting results'.

The view itself will be very similar to entities/compare_experiments.html, except that initially it won't have the comparison checkboxes, just the individual links. (Until the comparison views from #134 are done.)

  • List all fitting results for a given model version
    • Group the list by dataset
  • List all fitting results for a given dataset
    • Group the list by model
    • Have a button to show all versions or only the latest
  • List all fitting results for a given protocol
    • Group by dataset, subgroup by model
    • Have a button to show all model versions or only the latest
  • List all fitting results for a given fitting spec
    • Group by dataset, subgroup by model
    • Have a button to show all model versions or only the latest

Child of #135.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions