NASA-PDS / archive-viewer

Frontend React app for searching and viewing archived datasets
Apache License 2.0
0 stars 0 forks source link

Missing Missions/Spacecraft from target page #1

Closed jordanpadams closed 4 years ago

jordanpadams commented 4 years ago

InSight mission is missing from the Mars target page:

https://sbnarchivedemo.psi.edu/?target=urn:nasa:pds:context:target:planet.mars

I imagine this is because it hasn't been explicitly tagged in the archive-loader? Instead of requiring a tag in the archive-loader, could it fallback to the registry for the rest?

mdrum commented 4 years ago

All displayed relationships are based on the registry, with only a couple exceptions: Target-to-target relationships are all added by hand in archive-loader, and certain mission-spacecraft relationships are overridden in case they are many-to-many so that they appear one-to-one.

In this case, the issue is just with the context object itself: The Spacecraft object has no reference to Mars. Once that gets updated, archive-viewer should automatically pick it up.

We're tracking issues like this in this google doc