Add a script to upload a timeline to a remote server #726
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the equivalent of
load_timeline_for_day_and_user.py
but for a remote server.token retrieval.
The use case is during alpha testing, where a selected set of users are invited
to experiment with a new UI but already have longitudinal data collection on a
long-term server that they don't want to miss.
Instead of installing the app in order to divert data from the longitudinal
data collection to populate the new server, they can just download their data
and upload it to the alpha testing server.
Unsure if this is a super common use case, but I wanted it, so I wrote it.