homechart icon indicating copy to clipboard operation
homechart copied to clipboard

As a user, I want to track my menstrual cycle in Health so I can securely and privately monitor my health

Open thequailman opened this issue 3 months ago • 0 comments

Requirements

  • [ ] Add menstrual cycle tracking (cycle length, period length, luteal phase, start, end, predict next cycle start)
    • [ ] HealthMenstrualCycle
      • [ ] AuthAccountID
      • [ ] CycleLength int
      • [ ] PeriodLength int
      • [ ] LutealPhase int
      • [ ] NextPeriod civildate
    • [ ] HealthMenstrualPeriod
      • [ ] AuthAccountID
      • [ ] StartDate CivilDate
      • [ ] EndDate CivilDate
  • [ ] All data must be encrypted client side
  • [ ] Add a toggle for notifications using local notifications functionality?
  • [ ] Retention?

thequailman avatar Oct 29 '24 03:10 thequailman