Bryan

Results 22 issues of Bryan

I noticed a small formatting bug with the timestamp in scheduling error responses. I'm getting two decimal points and the numbers after the second decimal point seem to be a...

bug

The following are some things that that we found from the [sequence editor PR ](https://github.com/NASA-AMMOS/aerie-ui/pull/1275) that were left out of the review in order to quickly push it through: ```[tasklist]...

refactor

Add some unit tests for `/utilities/activities.ts` that were deferred from https://github.com/NASA-AMMOS/aerie-ui/pull/1259.

test

Finding associations to delete from the specification is difficult when having to jump from the list of current associations to the list of all potential associations. Some ideas for alleviating...

design

After #1118 is merged, changing a plan's constraint version should update the constraint status to "unchecked". This was not included in #1118 because it wasn't scoped in initially; and after...

feature

### Checked for duplicates Yes - I've already checked ### Alternatives considered Yes - and alternatives don't suffice ### Related problems Users are frustrated having to always expand the description...

feature

The simulation panel might need a little redesign now that we have both history and templates. For instance, do we show the arguments used for a simulation when the user...

feature
design

Resolves #770 This PR introduces a subscription to the `constraint_run` table to pull the last cached constraint check status for the latest simulation dataset. Ideally the behavior should be exactly...

Currently the SequenceEditor component is calling some "core" functions directly (i.e. auto-indent, auto-complete), and doesn't allow users to override it via adaptations. We should apply the same logic that we...

refactor
sequencing