Files
heliosian/docs/plan.md
T

15 lines
751 B
Markdown
Raw Normal View History

2026-08-15 13:00:01 -07:00
# Plan
2026-08-15 22:10:40 -07:00
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`.
2026-08-15 13:00:01 -07:00
## Directory app
2026-08-15 22:10:40 -07:00
- Mobile chrome: brand-teal top bar and bottom tab navigation on narrow screens (see `docs/directory.md`); today only the desktop chrome is faithful.
- Installable-app plumbing: manifest, icons, and meta tags per `docs/pwa.md`.
- Self-service flows: photo and pronunciation upload, address update, opt-out.
2026-08-15 13:00:01 -07:00
2026-08-15 22:10:40 -07:00
## Hosting and deployment
2026-08-15 13:00:01 -07:00
2026-08-15 22:10:40 -07:00
- 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.