LabNeuroCogDevel / LNCDschedule

calendar and research schedule/visit DB interface
0 stars 1 forks source link

CheckinVisit.py: insert visit_task with null measures and files for each task selected #23

Open Tian99 opened 5 years ago

Tian99 commented 5 years ago
Screen Shot 2019-09-25 at 12 15 04 PM
WillForan commented 5 years ago

Each task selected is a new row in visit_task table with vid and task columns.

Should measures be NULL or create json with null values for each key in the corresponding task table? Actual values will come from qualtrics. NULL will be easier to query later for checking, but might brake other json dependent queries (e.g. measures->'wfull2')