Updated documentation to make simpler to import data
This commit is contained in:
parent
b4fc103f28
commit
bc88d41831
12
README.md
12
README.md
@ -1,14 +1,10 @@
|
|||||||
Process required to get data into local database:
|
Process required to get data into local database is now all self documented via the index.html file
|
||||||
|
|
||||||
1.
|
|
||||||
2. getSurveys.php (identifies the surveys and calls:
|
|
||||||
getData.php to import the data)
|
|
||||||
|
|
||||||
3. getQuestions.php
|
|
||||||
getQuestionsData.php
|
|
||||||
|
|
||||||
Then the reportTemplate.html will work correctly
|
Then the reportTemplate.html will work correctly
|
||||||
|
|
||||||
|
|
||||||
backup database:
|
backup database:
|
||||||
mysqldump -u username -p > backup.sql
|
mysqldump -u username -p > backup.sql
|
||||||
|
|
||||||
@ -26,3 +22,7 @@ SV_3pyZVUNpxXm1PZI - is a baaaad one!
|
|||||||
TESTING:
|
TESTING:
|
||||||
get_qid_counts.html provides the ability to test the various splicing and dicing with specific questions against a specific survey.
|
get_qid_counts.html provides the ability to test the various splicing and dicing with specific questions against a specific survey.
|
||||||
This connects directly to get_qid_counts.php
|
This connects directly to get_qid_counts.php
|
||||||
|
|
||||||
|
get_text_data.html has the ability to connect directly to get_text_data.php to upload text against each QID.
|
||||||
|
|
||||||
|
Actual QID values needed can be seen in the reportTemplate.html onclick code for each button.
|
Loading…
x
Reference in New Issue
Block a user