jbrukh / octopus

Project Octopus
0 stars 0 forks source link

Optimize test subject information entry. #21

Closed jbrukh closed 11 years ago

jbrukh commented 11 years ago

Add a table for test subject metadata.

Test subjects are not usually users of the site (but they could be). Each test subject can be used in multiple trials of the same experiment, or various experiments. When a trial is run, this table will provide easy selection of test subjects. Basic info includes name, gender, age, income, location.

Eventual complexities/generalizations:

jonnii commented 11 years ago

My plan is to use hstore (http://www.postgresql.org/docs/9.1/static/hstore.html) for attributes.

jbrukh commented 11 years ago

Wow, that is cool.

On Wed, May 8, 2013 at 1:49 PM, Jonathan Goldman notifications@github.comwrote:

My plan is to use hstore ( http://www.postgresql.org/docs/9.1/static/hstore.html) for attributes.

— Reply to this email directly or view it on GitHubhttps://github.com/jbrukh/octopus/issues/21#issuecomment-17622251 .

jonnii commented 11 years ago

Yeah, postgres is pretty rad.