# Plan What remains to build. Current behavior is documented in `docs/dev.md`, `docs/data.md`, `docs/directory.md`, `docs/design.md`, and `docs/pwa.md`. ## Directory app - Remaining sections: My Family, Map. - Mobile chrome: brand-teal top bar and bottom tab navigation on narrow screens (see `docs/directory.md`); today only the desktop chrome is faithful. - Filter button behavior — currently visual only; the original filters by grade and classroom. - Favorites: heart toggles on detail pages; email-list rows already heart into the bookmarks tab, saved per-device in the browser. - Installable-app plumbing: manifest, icons, and meta tags per `docs/pwa.md`. - Self-service flows: photo and pronunciation upload, address update, opt-out. ## Hosting and deployment - Cloud Run service in the school's project, minimum one instance (media is held in memory; startup is too slow for scale-to-zero). - Docker build producing the static binary in a minimal base image containing only tzinfo and CA certificates.