Updated documentation to make simpler to import data

This commit is contained in:
Peter Edmond 2025-06-03 11:38:42 +01:00
parent b4fc103f28
commit bc88d41831

View File

@ -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
backup database:
mysqldump -u username -p > backup.sql
@ -26,3 +22,7 @@ SV_3pyZVUNpxXm1PZI - is a baaaad one!
TESTING:
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
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.