Skip to content

Commit

Permalink
Merge pull request #123 from phalouvas/bug/longevity-form
Browse files Browse the repository at this point in the history
  • Loading branch information
phalouvas authored Mar 2, 2025
2 parents 71d8570 + e79644e commit 083f1ef
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 85 deletions.
2 changes: 1 addition & 1 deletion swissmedhealth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.10.0'
__version__ = '4.10.1'
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@
"gut_microbiome_analysis",
"mitochondrial_function_test",
"heavy_metal_test",
"no_answer_tests",
"tests_other",
"habits_section",
"diet_heading",
"mediterranean_diet",
"ketogenic_low_carb_diet",
"intermittent_fasting_or_time_restricted_eating",
"plant_based_diet",
"no_answer_diet",
"diet_other",
"fast_heading",
"less_than_10_hours",
Expand Down Expand Up @@ -67,13 +69,15 @@
"meditation_or_relaxation_techniques",
"sleep_supplements",
"cold_exposure_before_bed",
"no_answer_sleep",
"sleep_optimize_other",
"exercise_heading",
"resistance_training",
"cardiovascular_training",
"body_posture_optimisation",
"high_intensity_interval_training",
"yoga_pilates",
"no_answer_exercise",
"exercise_other",
"medical_metabolic_health_section",
"metaboli_history_heading",
Expand All @@ -93,20 +97,37 @@
"resveratrol_quercetin",
"collagen_or_hyaluronic_acid",
"omega_3",
"no_answer_medication",
"supplements_other",
"therapies_heading",
"hyperbaric_oxygen_therapy",
"ozone_therapy",
"peptide_therapy",
"stem_cell_therapy",
"cryotherapy_or_cold_exposure_therapy",
"no_answer_therapies",
"therapies_other",
"monitor_heading",
"blood_glucose_levels",
"heart_rate_variability",
"sleep_quality",
"body_composition",
"no_answer_monitor",
"monitor_other",
"environmental_toxin_exposure_section",
"toxins_heading",
"mercury",
"lead",
"mold_toxicity",
"no_answer_toxins",
"toxins_other",
"toxin_measure_section",
"air_purification_at_home",
"filtered_water",
"organic_diet",
"regular_sauna_use_for_detoxification",
"no_answer_toxin_exposure",
"toxin_measure_other",
"well_being_section",
"how_would_you_describe_your_stress_levels",
"low",
Expand Down Expand Up @@ -135,19 +156,7 @@
"daily",
"a_few_times_a_week",
"a_few_times_a_month",
"rarely_or_never",
"environmental_toxin_exposure_section",
"toxins_heading",
"mercury",
"lead",
"mold_toxicity",
"toxins_other",
"toxin_measure_section",
"air_purification_at_home",
"filtered_water",
"organic_diet",
"regular_sauna_use_for_detoxification",
"toxin_measure_other"
"rarely_or_never"
],
"fields": [
{
Expand Down Expand Up @@ -988,6 +997,60 @@
"fieldname": "rarely_or_never",
"fieldtype": "Check",
"label": "Rarely or never"
},
{
"default": "0",
"fieldname": "no_answer_tests",
"fieldtype": "Check",
"label": "No, I have not done any tests"
},
{
"default": "0",
"fieldname": "no_answer_diet",
"fieldtype": "Check",
"label": "I don\u2019t follow any specific diet"
},
{
"default": "0",
"fieldname": "no_answer_sleep",
"fieldtype": "Check",
"label": "No, I don\u2019t use any sleep strategies"
},
{
"default": "0",
"fieldname": "no_answer_exercise",
"fieldtype": "Check",
"label": "No, I don\u2019t exercise regularly"
},
{
"default": "0",
"fieldname": "no_answer_medication",
"fieldtype": "Check",
"label": "No, I don\u2019t take them"
},
{
"default": "0",
"fieldname": "no_answer_therapies",
"fieldtype": "Check",
"label": "No, I haven\u2019t tried any longevity therapies"
},
{
"default": "0",
"fieldname": "no_answer_monitor",
"fieldtype": "Check",
"label": "No, I don\u2019t monitor them"
},
{
"default": "0",
"fieldname": "no_answer_toxins",
"fieldtype": "Check",
"label": "Not that I am aware of"
},
{
"default": "0",
"fieldname": "no_answer_toxin_exposure",
"fieldtype": "Check",
"label": "No, I don\u2019t"
}
],
"index_web_pages_for_search": 1,
Expand All @@ -1001,7 +1064,7 @@
"link_fieldname": "custom_longevity_history"
}
],
"modified": "2025-02-21 09:29:11.016137",
"modified": "2025-03-02 06:47:11.920088",
"modified_by": "Administrator",
"module": "Swissmedhealth",
"name": "Longevity History",
Expand Down
Loading

0 comments on commit 083f1ef

Please sign in to comment.