qcoder icon indicating copy to clipboard operation
qcoder copied to clipboard

Create checkout system to prevent simultaneous coding

Open elinw opened this issue 5 years ago • 0 comments

Qcoder is currently structured so that only one person can be coding a given project at a given time. However if two people have access to the same instance (or if the same person started two sessions) it would be possible for this to happen. We should prevent this.

One idea, when a project is selected in the shiny app temporarily rename the file(s) and then when qcode() is ended change the name back.

elinw avatar Jun 19 '19 16:06 elinw