From 8bc885c57b723c3c1777db0ed6df3dde51a80951 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Mon, 18 May 2026 02:36:34 +0800 Subject: [PATCH] docs: add feature checklist and roadmap to README (#137) Document shipped vs planned features, link contribution workflow, and outline near/mid/long-term roadmap for onboarding. --- ReadMe.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 9e9fec8..ffd7ecf 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -72,6 +72,27 @@ - Multi-branch management - Inventory & stock management +### ✅ Feature Checklist + +| Area | Status | +|------|--------| +| QR menu generation | ✅ Available | +| Menu & category management | ✅ Available | +| Order dashboard | ✅ Available | +| UPI payment links | ✅ Available | +| Admin authentication | ✅ Available | +| Multi-branch support | 🚧 In progress | +| Real-time order updates | 🚧 Planned | +| Subscription tiers | 🚧 Planned | + +See [CONTRIBUTING.md](CONTRIBUTING.md) for branch naming (`feature/`, `fix/`, `docs/`), commit format, and PR workflow. + +### 🗺️ Roadmap + +- **Near term:** empty-state UX polish, order realtime updates, README/onboarding improvements +- **Mid term:** subscription management, role-based access by plan +- **Long term:** aggregator sync, WhatsApp notifications, AI menu translation + --- ## 🏗️ Tech Stack