uwcart / mapstudy

Integrated, modularized framework for testing cartographic hypotheses
13 stars 8 forks source link

Tables #5

Closed northlandiguana closed 8 years ago

northlandiguana commented 8 years ago

PHP script needs to generate all six database tables at once using the question labels and interactions as column headers. Alternately, generate tables and columns if they do not already exist, but this seems like it will involve a lot more repetitive testing of the database.

northlandiguana commented 8 years ago

App now creates tables and columns that do not exist as needed. Need to revise to create all columns for master and page tables when tables are created, on first use.

northlandiguana commented 8 years ago

PHP scripts create all master and page columns on first run for data and interactions, respectively. Participant columns are created and all columns updated as needed.