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

Implement Pause and Continue Mission #124

Open
andchiind opened this issue Feb 22, 2024 · 2 comments
Open

Implement Pause and Continue Mission #124

andchiind opened this issue Feb 22, 2024 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@andchiind
Copy link
Contributor

andchiind commented Feb 22, 2024

Describe the new feature you would like to see
I would like the flotilla features of pausing and continuing missions to work with isar-exr.

Describe the solution you'd like
The following two graphql mutations can likely be used to implement this:

resumeMissionExecution(
robotID: String!
): MissionExecutionType!

pauseMissionExecution(
robotID: String!
): MissionExecutionType!

How will this feature affect the current Threat Model?
N/A

@andchiind andchiind added the feature New feature or request label Feb 22, 2024
@andchiind andchiind linked a pull request Mar 7, 2024 that will close this issue
@andchiind
Copy link
Contributor Author

See #141 and #140

@aeshub
Copy link
Contributor

aeshub commented May 6, 2024

This issue has automatically been marked as stale as there has been no activity for 60 days. Remove stale label or comment or this will be closed in 7 days.

@aeshub aeshub added the stale label May 6, 2024
@andchiind andchiind self-assigned this May 24, 2024
@aeshub aeshub removed the stale label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants