-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Plan import #1388
Feature: Plan import #1388
Conversation
This is something that could be done in a follow-up PR but could we add an e2e test that performs download, checks output against plan, upload, checks plan against old plan and json, etc? |
085d5c6
to
4ec74b8
Compare
4ec74b8
to
58c494b
Compare
58c494b
to
d505ec7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks @duranb - as mentioned in the gateway ticket we did some further testing of this and all looked good. Added some docs in this PR: NASA-AMMOS/aerie-docs#176
I'll go ahead and merge this for the 2.16 release.
* add support for plan import * update PlanTransfer schema to include sim args and tag colors * export activity tags * fix test * derive end time from planJSON duration * parse both DOY and YMD from plan file * make tags optional * import times as UTC * sort directives by id on export * another fix for UTC import parsing
* add support for plan import * update PlanTransfer schema to include sim args and tag colors * export activity tags * fix test * derive end time from planJSON duration * parse both DOY and YMD from plan file * make tags optional * import times as UTC * sort directives by id on export * another fix for UTC import parsing
Resolves #1154
Requires gateway PR: NASA-AMMOS/aerie-gateway#97
This feature implementation is purely functional and does not include any design considerations yet.
To test:
Export Plan
icon button at the top right of the panelImport Plan JSON File
field and select the plan file that was downloaded in step 3Create
button