-
Notifications
You must be signed in to change notification settings - Fork 12
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
Reloading parameters #325
Comments
App updates? Yes, the Play Store app will automatically update the app whenever we publish a new version (unless the user explicitly asked it not to). This is parallel (different) to parameters updates. Does that answer the question? |
Yes. So if at some point we really really want to change the questions, we release a new version? |
Oh I get it now. As it is now, updating the app won't reset its data, so the experiment will keep running with the same questions the user had before. But: if we really want to change the questions, we can push an app update that we programmed to go and fetch new questions. Another way to do this, is to create another type of parameter file, which tells the app what it should do depending on which parameter version it has. It would be like:
Something like that. Then, each time the app connects to internet, it checks if it should update its parameters. What kind of updates are you thinking of? This needs to be thought up a little. |
Well this sounds great. I hope we won't need to change anything after we got feedback from the beta users. But it's just to make sure that updates are smooth and taken into account for everybody at the same time - and not have some subjects that do a worse version because they downloaded two days before than the others.
|
I think you are very optimistic @MklBst . ( @jsackuratens ) The experiment is not gonna work from scratch, When you do an experiment in the lab, you have multiple pilots, this is even more critical with an app like this one where feedback is also on ergonomy, annoyance level etc , and also feedback is delayed: you only know later if people drop after a week or so. The launching will require a tight and precise schedule of updates and versioning and we should discuss that in great details. This is really important if we want a successful launch. Those are all things you don't care about in normal lab experiment but that become critical here. |
We're going to use a branching scheme. |
But this is not urgent, so we'll keep for if we want a big number of subjects. |
Closing, the branching scheme to do is in #340. |
What about updates ? does google store knows about our updates and proposes them?
The text was updated successfully, but these errors were encountered: