From bc88d41831ac79f9e102c150d2add191b15c0491 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Tue, 3 Jun 2025 11:38:42 +0100 Subject: [PATCH] Updated documentation to make simpler to import data --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 986ae99..e6544b4 100644 --- a/README.md +++ b/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 + 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. \ No newline at end of file