NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Update Plan JSON Schema #141

Open Mythicaeda opened 1 month ago

Mythicaeda commented 1 month ago

As discussed in this Slack thread, the schema for plan-json files that the CLI implemented was written a long time ago and may not reflect the actual schema that Hasura uses. The UI intends to implement an upload/download plans feature and it would be great if the plans it and the CLI output are ingestable by the other service.

Completion of this ticket would involve working with the UI to ensure a matching schema for plan JSONs while cleaning up any lingering tech debt in the current schema.