NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Clear constraint check status after simulating #1336

Closed duranb closed 1 week ago

duranb commented 2 weeks ago

resolves #1320

To test:

  1. Create a plan
  2. Create a constraint Ex: export default function peelGreaterThanOrEqual3(): Constraint { return Real.Resource('/peel').greaterThanOrEqual(3); }
  3. Add constraint to the plan
  4. Add activities relevant to constraint
  5. Check constraints
  6. Run simulation
  7. Verify that the previous constraint check status is now marked as "unchecked" in the nav bar and constraint panel