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

Device list should allow user to perform actions on many device #4

Open
qgeissmann opened this issue Aug 20, 2015 · 1 comment
Open

Comments

@qgeissmann
Copy link
Member

From @qgeissmann on April 14, 2015 9:41

Multiple selection should allow us to start/stop a list of devices at the same time.

Copied from original issue: gilestrolab/pySolo-Video#93

@qgeissmann
Copy link
Member Author

In order to make that work, we could:

  1. get selection
  2. check all devices are in the same status ("running" vs "stopped"). if not, send error message
  3. check all devices share the same software version (and branch). if not, send error message
  4. if user want to run several devices, use data from one device to build form, then send same form to all devices
  5. if user stops devices, show modal confirmation window. Then send "stop" to all devices.
  6. open a new tab for each altered device?

PaoloGB pushed a commit to PaoloGB/ethoscope that referenced this issue Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant