Abolitionist-Project / QuantiModo-Personal-Studies-Plugin

A WordPress plugin to allow citizen scientists to share their discoveries.
1 stars 0 forks source link

QM-Personal-Studies-Plugin

screenclip

A WordPress plugin to allow citizen scientists to share their discoveries. This plugin could be used to automatically create studies using the "Study" custom post by selecting one or more variables.

The study post would display:

Results:

Walkthrough of User Actions:

I'll outline what I think we need, but I'd be totally grateful for any suggestions you have on how we could improve it or make implementation easier. It's not always clear to me how difficult each part is, so it's best for you to let me know what the low hanging fruit are and what's more difficult to implement.

That said, most of the coding for this has been done so the task is primarily a matter of storing the API call parameters in the WP DB.

We've got this front end WP page template using Highcharts that are fed via our API with requests defined by the variable selector on the left: https://www.dropbox.com/s/jx7r7u3l0hlbgci/Screenshot%202014-10-11%2009.59.35.png?dl=0

So instead of logging in and selecting variables on the front end, I want to define all the parameters on the back end and then publish a post with specific variables selected. We should also be able to specify the units, time range, and a couple other parameters.

A basic mockup of our goal for the "Studies" custom post type plugin is here: http://app.mockflow.com/view/07C883E489899C30BE88FD1DECDDD4C9 Again, I'd love any suggestions on how that might be improved or could be more easily implemented.

So here's what still needs to be done:

qm-study-custom-post-type-front-end-template