fix(fitness): fertile window no longer overlaps period bleed
CI / update (push) Has been cancelled

Floor fertile/peak windows at the prior period's end + 1 day so a
short cycle + long period combo can't predict peak fertility starting
during or right after bleeding. Future cycles also widen the outer
fertile range using observed shortest/longest cycle (Ogino-style),
keeping the peak band narrow around the mean ovulation estimate.
This commit is contained in:
2026-05-10 10:46:14 +02:00
parent 244050fa75
commit 98417046bc
2 changed files with 102 additions and 38 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.68.0",
"version": "1.68.1",
"private": true,
"type": "module",
"scripts": {