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

Backup player data over the internet #70

Open
aarontabor opened this issue Oct 27, 2016 · 1 comment
Open

Backup player data over the internet #70

aarontabor opened this issue Oct 27, 2016 · 1 comment

Comments

@aarontabor
Copy link
Collaborator

aarontabor commented Oct 27, 2016

When sending the game home with a patient for training, it would be ideal to backup the logged data somewhere in case technical issues come up.

Proposed Solution

This could be solved with a fairly adhoc approach (e.g., installing the game to a automatically syncing dropbox / google drive folder on the patient's computer, or using a tool like rsync or cron), or could be addressed in more formally (e.g., having the game push all saved data to a server after each calibration / gameover).

Thoughts?

@aarontabor
Copy link
Collaborator Author

On first thought, I think an adhoc approach is probably sufficient for our case (since we're only deploying with 1-2 patients). Dealing with exceptional cases (like when the user is playing the game while not connected to the internet) might make a more formal approach error-prone.

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

1 participant