mmazzarolo/breathly-app

Add new techniques

mmazzarolo opened this issue · 9 comments

Capturing here a few technique ideas instead of creating a single issue for each one of them.

Please comment in this thread instead of creating new issues.
In order for a technique to be added/evaluated, we need:

  • its name
  • its description
  • its pattern
  • its color, which must work nicely with the other existing colors

See awake.json for an example.

I would also very much like to see Wim Hof method being added.

@alenjularic quick-paced breath followed by breath-hold?

You might as well add to the list

@BrandonKMLee yes, exactly what you linked on the youtube.
https://www.youtube.com/watch?v=tybOi4hjZFQ

@mmazzarolo should we start creating JSON files for each of these breathing techniques? Also is there a standard on the Saturation and Lightness/Value of the colors?

{
  "id": "buteykeo",
  "name": "Buteyko",
  "durations": [3, 1, 4, 7],
  "description": "Use this technique for relieving spasms.",
  "color": "#XXX"
}

{
  "id": "fire",
  "name": "Fire Breath",
  "durations": [2, 0, 2, 0],
  "description": "Use this technique for incrasing alertness.",
  "color": "#XXX"
}

{
  "id": "vritti",
  "name": "Sama Vritti",
  "durations": [4, 7, 8, 0],
  "description": "Use this technique for incrasing alertness.",
  "color": "#XXX"
}

{
  "id": "diaphram",
  "name": "Diaphram Breathing",
  "durations": [5, 7, 9, 0],
  "description": "Use this technique for relieving anxiety.",
  "color": "#XXX"
}

{
  "id": "power",
  "name": "Power Breathing",
  "durations": [5, 20, 10, 0],
  "description": "Use this technique for stopping panic attacks.",
  "color": "#XXX"
}

{
  "id": "triangle",
  "name": "Triangle Breathing",
  "durations": [7, 7, 7, 0],
  "description": "Use this technique for refocus and relief tension.",
  "color": "#XXX"
}

{
  "id": "asymmetric",
  "name": "Asymmetric Breathing",
  "durations": [7, 0, 11, 0],
  "description": "Use this technique for stress relief.",
  "color": "#XXX"
}

@alenjularic mind to help me pick some colors for this?