kyurikotpq / cycleos-rn

Hustle less, flow more. Android app built with React Native.
0 stars 0 forks source link

fix: Did I calculate the menstrual phases wrongly again? #10

Open kyurikotpq opened 20 hours ago

kyurikotpq commented 20 hours ago

Affected file: MenstrualPhases.ts

Luteal Phases length is correct (13 days). Menstural phase is correct (self-reported). But Ovulatory Phase is currently only 4 days, not 5, which is wrong.

吧我了殺 T_T

kyurikotpq commented 20 hours ago

I added = to the follicular phase calculation (so it's <= instead of < previously) which could have caused the issue. Need to test.