NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Added a table to track the default view for a given mission model #1461

Closed cohansen closed 5 months ago

cohansen commented 5 months ago

Description

This PR adds a mapping table that users can use to make a default view for a given mission model. When the user navigates to the plan the UI will load the default view if one is set.

Verification

Manually tested in the UI to make sure the default view is being loaded if it's set.

Documentation

None

Future work

Add a UI to enable creating / deleting these default views.

Associated frontend PR: https://github.com/NASA-AMMOS/aerie-ui/pull/1310