Mad Price Ball
Mad Price Ball
For an `OAuth2DataRequestProject` in `private_sharing.models`, it is possible to update the `name` field via `UpdateOAuth2DataRequestProjectView` in `private_sharing.views` (i.e. the value of `project.name`). However, this update fails to update the `name`...
The site currently stores the copy of terms/consent a member agrees to, at the time of signing, in the `consent_text` field of `DataRequestProjectMember` in `direct_sharing.models`. We should create a view...
For people editing project member information in spreadsheet software, leading zeros often get removed – leading to a lot of problems in data processing later. While we can't change IDs...
## General Checkups - [x] Have you checked that there isn't already an existing issue that describes what you report below? - [x] Have you checked that there isn't already...
Currently, Open Humans presents a "not a study" disclaimer for On-Site projects when they present their terms within Open Humans. OAuth2 projects, however, don't go through this step: users go...
Moving hardcoded stuff to explicit models to enable later moving to editable symptom lists. This is work in progress; I'm working on the migrations and addressing issues as I run...
Google Fit data can also come in via the [existing activity](https://www.openhumans.org/activity/google-fit/) as data source (["direct-sharing-193"](https://www.openhumans.org/api/public/projects/?id=193)) – we should support that too. :) (I think @BenjaminHCCarr might have mentioned this issue,...