-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feature - Disable data upload on a study #364
Comments
@biblicabeebli we would like to develop 2 separate features, both of which would stop all data upload to a study
|
Work has begun on this feature, branch stop-studies. Have a vaguely-working, unfinished, no tests yet, prototype locally. |
There is now an end-date and manually end study feature implemented, it is on our staging server for testing. Need to add an indicator that "the study you are looking at has ended." |
There are now some messages in the ... messages area telling the user that the study is stopped. |
Made some more tests, fixed a bug, updated messages some. |
I need to make sure it doesn't do that. That would be silly.
It should fail, but it is kinda undefined behavior? I'll have to poke around and make sure we are locking it. It's possible that only some endpoints will fail/return no data, it should be universal. |
I updated push notifications (schedules and other) they no longer work for ended, hidden, or manually stopped studies. Authentication wrappers: they should already block hidden studies, they should NOT be made to block ended or manually stopped studies. |
and now authentication wrappers all block hidden (internally "deleted") studies. |
Make a (toggleable?) setting in study settings to shut down (block any new upload) a study.
Data download, dashboard, forest etc should remain available.
Presumably there should be a beiwe-app-side feature to Detect when the study is over.
The text was updated successfully, but these errors were encountered: