GNS-Science / simple-toshi-ui

basic react UI for Toshi API - experimental using react-relay
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature: Precessors Component #373

Closed chrisbc closed 2 years ago

chrisbc commented 2 years ago

We want to help users navigate the upstream meta data attached to various objects and their ancestors with the new predecessors query.

The first goal is to add this view ti OpenquakeHazardSolution, but this will soon also apply to other view InversionSolutionNrml, ScaledInversionSolution and InversionSolution.

There can be a lot of objects represented here - a single hazard solution might have 100 predecessors . So we'll need to experiment with ways to make this manageable for the user: (grouping, sorting, even filtering)

Done when:

See query attached to #372