Open epoirier opened 9 years ago
Basic layout here - you need to be logged out: http://myfossil.staging.wpengine.com/register/
Re Consent & Age: How will they want to view / access that info? On the member profile? Or?
For allowing Admins to control reg approval during Beta, I'm considering this plugin: https://wordpress.org/plugins/bp-registration-options/ I'll need to customize it to prevent any access prior to approval. Some of the other features might be of interest. http://myfossil.staging.wpengine.com/wp-admin/admin.php?page=bp_registration_options
Re Consent & Age: How will they want to view / access that info? On the member profile? Or?
The status of consent and age needs to be part of the data export that is used for the research. It can be visible, but not editable, to a user when they view their own profile.
How is the data exported? I see the logging plugin in git, but not on staging. I think a user_meta field might be better for this than an xprofile field. But it depends in part on how data is exported.
Data is exported by dumping the database via phpmyadmin.
Then I'll store it in user_meta and it won't be visible on the site at all.
Ready for testing.
Age & Consent has to be stored in xprofile fields - ugh.
Miko will need to add a class for 'radio' divs so that those field labels look the same.
Files ( not committed ): /wp-content/themes/myfossil/buddypress/members/single/profile/edit.php /wp-content/themes/myfossil/buddypress/members/register.php /wp-content/themes/myfossil/functions.php
How do we update the text that appears in the informed consent textarea?
It's in /wp-content/themes/myfossil/buddypress/members/register.php
Please implement site registration according to the requirements document found here:
https://docs.google.com/document/d/1dMOyPGzdQD5Nl5MTm4eqeueVTQJ0NaXez46Jw13joB0/edit#
Let me know if you have any questions or need clarification.