NASA-AMMOS / aerie-ui

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

Integrate DSL Sequence Editor into aerie-ui #1173

Closed joswig closed 3 months ago

joswig commented 3 months ago

The standalone DSL editor should be integrated into Aerie UI to help with acceptance testing, enable access to backend services (Hasura, gateway), and work out details of how to manage serving adaptation files.

The editor page should be served from a different url path and not have a link from other parts of Aerie UI.

The page should mirror the current eDSL editor page and consist of the current sequence table on the left, and the codemirror editor on the right.

mattdailis commented 3 months ago

The work for this issue is done, modulo e2e tests #1211