About MOM's Bridge

Kick Counter Specification

Daily Retention Features

The Count-to-Ten method for fetal movement monitoring, implemented at /daily-tracking.

Clinical Basis

The Count-to-Ten method is recommended by ACOG (American College of Obstetricians and Gynecologists). Mothers count fetal movements and aim to feel 10 distinct kicks within 2 hours. Fewer than 10 movements in 2 hours may indicate the need for further evaluation.

Implementation Details
ComponentImplementation
Tap Button160px circular button with CSS pulse animation on each tap
Progress RingSVG circle (radius 85px) with stroke-dashoffset animation toward 10 kicks
TimerElapsed time display (MM:SS) starting when session begins
Data StorageKickSession model: user_id, session_date, start_time, end_time, total_kicks, time_to_ten, pregnancy_week, risk_level
HistoryToday's sessions table + 7-day mini bar chart
Risk Advisory Logic (Deterministic)
Risk LevelColorCondition
LowGreen10+ kicks detected within 2 hours
MediumYellow5-9 kicks in 2 hours, or session still active
HighRed<5 kicks in 2 hours, or <10 kicks after >2 hours elapsed
Risk logic is purely deterministic (JavaScript rule-based). AI is NEVER used for safety-critical risk decisions.
Image Required
Screenshot: Kick counter showing progress ring at 7/10 kicks with medium risk advisory
Replace this placeholder with an actual screenshot