From c056c49194bda3eb0e1ca80e23c3e211ffdcb0cf Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Fri, 17 Jul 2026 15:07:43 -0400 Subject: [PATCH] wellnessWheel: make site fully functional with resource connector - Add RESOURCES database mapping 6 dimensions to 30+ resource links - Results page now shows personalized resource recommendations matched to dimensions scoring below 60 - localStorage persistence: auto-saves progress mid-assessment (resumable within 24h), saves results history (last 10) - Print styles: clean print layout hiding nav/footer/buttons - Share button: Web Share API with clipboard fallback - Results page: color-coded dimension cards, SVG wheel chart, overall score, resource cards with dim labels and links - Past assessments history with clickable entries to revisit - All data remains client-side only (no server, no tracking) --- site/index.html | 601 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 553 insertions(+), 48 deletions(-) diff --git a/site/index.html b/site/index.html index e8943c2..c6c249e 100644 --- a/site/index.html +++ b/site/index.html @@ -8,9 +8,9 @@ @@ -165,13 +207,17 @@ a{color:var(--primary);text-decoration:none} +
+ 📋 You have a saved assessment in progress. Click here to continue. +
+

Who are you?

18 questions · About 5 minutes · Private & anonymous

@@ -213,15 +259,31 @@ a{color:var(--primary);text-decoration:none}
-
+
--
Overall Wellness Score
+ + +
+

🧭 Resources for You

+

Based on your results, here are resources from HELPipedia and SpecialNeeds.help that may help in the areas where you scored lower.

+
+
+ +
+ + + +
+ +
+

Your Past Assessments

+
+
+
This is a screening tool for self-reflection, not a diagnosis. If you have concerns about your wellbeing, please talk to a qualified professional.
-
- -
@@ -230,24 +292,310 @@ a{color:var(--primary);text-decoration:none} \ No newline at end of file