Chris

Results 18 issues of Chris

This should be done after https://github.com/NASA-AMMOS/aerie/issues/706 is complete, since #706 will flesh out the design as to how we will represent special values (i.e. locals, parameters) in the EDSL. Please...

feature
sequencing
clipper
psyche

~It seems like model e2e tests are failing more commonly. For example see:~ ~https://github.com/NASA-AMMOS/aerie-ui/actions/runs/5524961243/attempts/1~ ~This task is to investigate and fix.~ Update 11/15/23: This particular issue doesn't seem to be...

test
investigate

When scrolling through different simulation histories, we should set the simulation arguments that were used for the given history.

feature
simulation
low hanging fruit

Now that we have a `constraint_run` table via https://github.com/NASA-AMMOS/aerie/pull/1013, we need to update the UI to use it! The 'run constraint' button and status indicator should use the new table...

refactor
constraints
next

For timelines with potentially many rows, rendering rows that are out of view is an inefficient use of browser resources. This ticket is to implement a virtual rendering scheme when...

feature
icebox

Design and implement a help menu that documents all the available keyboard shortcuts on a given page. The shortcuts might be different from page-to-page so we need to account for...

feature
design

We are using `role="none"` in some places which is bad for accessibility. This ticket is to do a pass over the app and use a proper role. We should also...

refactor
a11y

Currently if there are errors in sequencing EDSL they are added to the Seq JSON directly. We also need a design to show these errors in the UI. There are...

design
error-message