You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: