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

HTTP API: persist protocol analysis #9964

Closed
mcous opened this issue Apr 14, 2022 · 0 comments · Fixed by #10042
Closed

HTTP API: persist protocol analysis #9964

mcous opened this issue Apr 14, 2022 · 0 comments · Fixed by #10042
Assignees
Labels
robot-svcs Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).

Comments

@mcous
Copy link
Contributor

mcous commented Apr 14, 2022

Overview

As a consumer of the HTTP API, I would like previously run analyses of protocols to be persisted across robot reboots so that I can more easily run setup steps for re-runs of that same protocol.

Breaking this off from #8468.

Implementation notes

  • Create an "analyses" table
  • Store in table:
    • Analysis ID
    • Protocol ID (foreign key)
    • Software version that generated the analysis
    • JSON dump of analysis Pydantic model
@mcous mcous added the robot-svcs Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience). label Apr 14, 2022
@SyntaxColoring SyntaxColoring self-assigned this Apr 20, 2022
SyntaxColoring added a commit that referenced this issue May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
robot-svcs Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants