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

Pair Programming: Design Discussion #3

Open
scien opened this issue Nov 28, 2013 · 1 comment
Open

Pair Programming: Design Discussion #3

scien opened this issue Nov 28, 2013 · 1 comment

Comments

@scien
Copy link
Contributor

scien commented Nov 28, 2013

Currently, the LT3 development kit can update your browser view when code is updated. This is great for when a developer is working on issues alone, but it'd be great to allow developers to pair program remotely.

This ticket is meant to be a discussion on how to implement this feature. It would involved using firebase in a similar way to sync code between two consenting users.

Topics for discussion include

how the two users connect to each other behind the scenes
how to store the data in firebase
what the UI should look like for connecting
what does the full process look like? if one developer makes a change, does it just update the UI of the other programmer, or does it also update the other programmer's source code?
could we make a model work where n number of users could connect together? what makes sense?

@scien scien added this to the server milestone May 23, 2014
@scien
Copy link
Contributor Author

scien commented Aug 10, 2014

scien pushed a commit that referenced this issue Sep 23, 2014
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