Skip to content
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

Plans should accept either file input OR JSON object #3730

Closed
shefalijoshi opened this issue Mar 3, 2021 · 3 comments · Fixed by #3729
Closed

Plans should accept either file input OR JSON object #3730

shefalijoshi opened this issue Mar 3, 2021 · 3 comments · Fixed by #3729
Assignees

Comments

@shefalijoshi
Copy link
Contributor

Plans created from the Create menu use a file upload, which stores the activities as a JSON string.
Plans created from the planner tool and saved to CouchDB stores the activities as JSON objects (not strings).

For now, we will support both (ease of testing). Later we will need to remove one or the other.

@shefalijoshi
Copy link
Contributor Author

Testing instructions:
On hulk, upload a plan using the planning tool - ensure the plan is rendered correctly
OR
Use a plan json file and upload the plan using OpenMCT. Ensure the plan is rendered correctly.

@jvigliotta
Copy link
Contributor

Verified Fixed - Testathon: 3/4/2021

Uploaded a plan JSON and everything seemed good.

@akhenry
Copy link
Contributor

akhenry commented Mar 4, 2021

Verified Fixed

@akhenry akhenry removed the unverified label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants