Gioi thieu MOM's Bridge

Why Daily Tracking Is Needed

Daily Retention Features
The Problem: Monitoring Between Clinic Visits

Non-English-speaking pregnant women in South Korea lack accessible tools to monitor their pregnancy between clinic visits. Standard Korean-language pregnancy apps are inaccessible, and generic tracking apps lack pregnancy-specific safety logic in the mother's language.

Two critical monitoring tasks — fetal movement counting and contraction timing — are routinely recommended by healthcare providers worldwide (ACOG, WHO) but require consistent daily engagement and clear interpretation of results.

Kick Counter: Count-to-Ten Method

The Count-to-Ten method is endorsed by the American College of Obstetricians and Gynecologists (ACOG): count 10 distinct fetal movements within a 2-hour window starting from week 28. Decreased fetal movement is one of the earliest warning signs of fetal distress.

ScenarioRisk LevelAction
10 kicks in < 2 hoursLOW (green)Healthy pattern. Keep tracking daily.
< 10 kicks after 2 hoursMEDIUM (yellow)Try cold water, lie on left side, count again.
< 5 kicks after 2 hoursHIGH (red)Contact your healthcare provider immediately.
Contraction Timer: 5-1-1 Rule

The 5-1-1 Rule is the standard guideline for when to go to the hospital: contractions 5 minutes apart, lasting 1 minute each, for 1 hour. MOM's Bridge automatically calculates duration, interval, and trend, and triggers a red alert when the pattern is detected.

Why This Matters for the Rubric
Rubric CriterionHow Daily Tracking ContributesTarget
1A Problem descriptionShows the app solves daily health monitoring, not just one-time translation5/5
2C Key features demoLive demo of tap-to-count with real-time risk is visually compelling5/5
3A Working app demoFully functional: tap counter, timer, 3-tier risk, history chart, doctor summary5/5
3D Iterative developmentSpec documents show design-first approach; implementation refined safety thresholds5/5
4A Value propositionDaily tracking creates daily engagement = retention = premium conversion5/5
Safety Design Principles
Implementation
ComponentFileStatus
Page templatetemplates/daily_tracking.htmlComplete
Client-side logicstatic/daily_tracking.jsComplete
Stylesstatic/daily_tracking.cssComplete
Kick session APIPOST /api/daily-tracking/kick-sessionComplete
Contraction log APIPOST /api/daily-tracking/contractionComplete
Doctor summary APIGET /api/daily-tracking/doctor-summaryComplete
Data modelsKickSession + ContractionLog in models.pyComplete
Translations37 keys in all 11 language filesComplete