Bryan
Bryan
The following are the remaining Sequence Editor tasks after #1291 ```[tasklist] ### Tasks - [ ] https://github.com/NASA-AMMOS/aerie-ui/issues/1394 - [ ] https://github.com/NASA-AMMOS/aerie-ui/issues/1395 - [ ] Expansion/Parcel/Sequence update queries should be combined...
`___REQUIRES_GATEWAY_PR___="112"` Partially resolves: https://github.com/NASA-AMMOS/aerie-ui/issues/1424 To test: 1. Upload a model 2. Create a plan using that model 3. Open the "Activity & Resources" panel on that plan 4. Click the...
All the files under `/utilities/sequence-editor` are kebab-case. Also `stores/sequence-adaptation.ts`. I know that there are more that are not related to sequence editing, but those can be done at a later...
It was found that if someone is programmatically modifying a plan that someone else is viewing the UI of, those quick db mutations trigger the UI to re-render after every...
Spawned from https://github.com/NASA-AMMOS/aerie-ui/pull/1455/files#r1767610854 This can be done whenever convenient since it's more organizational and currently only used within the file that it is defined in.
### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version 2.18.0 ### Describe the bug The resize...
It isn't super clear that a workspace is required for a sequence. If you start with no workspaces and sequences, then create a workspace, the "New Sequence" button remains disabled...
* **Tickets addressed:** [AERIE UI-1633](https://github.com/NASA-AMMOS/aerie-ui/issues/1633) * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description This adds an `is_locked` column to the `user_sequences` table that prevents the sequence...
With the introduction of goal invocations, the current analyses badge for scheduling goals has not been updated to be specific to the invocation. It is currently displaying the rolled up...
Currently the sequence editor's form components invoke a function that's passed in from the parent to affect some state on the parent. The convention that's easier to manage is to...