关于 MOM's Bridge
Kick Counter Specification
Daily Retention FeaturesThe 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
| Component | Implementation |
|---|---|
| Tap Button | 160px circular button with CSS pulse animation on each tap |
| Progress Ring | SVG circle (radius 85px) with stroke-dashoffset animation toward 10 kicks |
| Timer | Elapsed time display (MM:SS) starting when session begins |
| Data Storage | KickSession model: user_id, session_date, start_time, end_time, total_kicks, time_to_ten, pregnancy_week, risk_level |
| History | Today's sessions table + 7-day mini bar chart |
Risk Advisory Logic (Deterministic)
| Risk Level | Color | Condition |
|---|---|---|
| Low | Green | 10+ kicks detected within 2 hours |
| Medium | Yellow | 5-9 kicks in 2 hours, or session still active |
| High | Red | <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