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

Tell users the state of the machines which are currently connected to a channel when they connect #65

Open
ctoth opened this issue Jul 22, 2016 · 2 comments

Comments

@ctoth
Copy link
Contributor

ctoth commented Jul 22, 2016

This is an exploratory issue which we will update as we learn more.
There are a couple of aspects to this.

Currently, machines do not have any form of identification. This will require some way of referring to other machines in a user-friendly way.

When a machine connects to a channel, it should send a status message with its id and state.
When a machine receives a status message with a tuple of id and state which it has not previously seen, it should probably send its own status message.
Then, these need to be communicated to the end users.
Should they be announced as they come in, non-interruptingly? Should we wait until we have as many messages as there are machines to report all at once?
What changes need to be made in client. In server? Do we need to add more state to channels in the server?

@LeonarddeR
Copy link
Contributor

I guess it is also desirable to have an additional menu item which shows a dialog with this information.
What would be the most user friendly way to identify a machine? Something like a nick name?

@ctoth
Copy link
Contributor Author

ctoth commented Apr 7, 2017

This is blocked on machine identification, which I don't really think we can solve without ssh keys or similar proof of identity.

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

No branches or pull requests

2 participants