Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.36 KB

File metadata and controls

52 lines (37 loc) · 1.36 KB

ExpiryCue

ExpiryCue is a minimalist, privacy-first iOS app that helps users track food expiry dates with local notifications.

Public Docs

This repository includes a GitHub Pages-ready public landing/docs site in docs/site/.

The public site is intended to:

  • explain the product clearly
  • reflect the repository's privacy and scope constraints
  • link back to the authoritative markdown documentation

Repository Docs Structure

  • Public Pages source: docs/site/
  • Authoritative technical/product docs: docs/
  • Public privacy summary source: PRIVACY.md
  • Public roadmap source: ROADMAP.md

Status

Version 1 feature set is implemented:

  • Dashboard
  • Add Item
  • Edit Item
  • Archive
  • Settings
  • Local notification scheduling

Current work is limited to release preparation, polish, and documentation.

Release Docs

  • Release docs index: docs/release/README.md
  • App Store copy draft: docs/release/app-store-copy.md
  • App Store Connect checklist: docs/release/app-store-connect-checklist.md
  • Asset checklist: docs/release/assets.md
  • Release checklist: docs/release/checklist.md

Principles

  • Offline-first
  • No accounts
  • No tracking or analytics
  • No backend
  • No third-party SDKs
  • English and German localization

Maintenance

When public landing/docs content changes, update the relevant markdown docs first and then sync the static Pages content.