This document provides curated links to relevant specifications from the localstore-platform/specs repository (v1.1-specs).
-
- REST endpoints (lines 80-1200)
- GraphQL schema (lines 1200-1800)
- gRPC service definitions (lines 1800-2000)
-
- Development environment (lines 1-200)
- Docker Compose setup (lines 200-400)
- Database migrations (lines 400-600)
- Testing strategy (lines 800-1000)
- Production deployment (lines 1200-1600)
-
- Core tables (lines 80-500)
- RLS policies (lines 500-650)
- Indexes (lines 650-750)
- Analytics extension (see database-schema-analytics-extension.md)
-
- Type definitions (lines 1-400)
- Queries (lines 400-600)
- Mutations (lines 600-800)
- Subscriptions (lines 800-900)
- Primary Market: Vietnamese small businesses (restaurants, street food vendors)
- Language: Vietnamese-first (vi-VN locale, VND currency)
- Architecture: Multi-tenant SaaS platform
- Cost Target: ~$20/month MVP deployment
- Database: PostgreSQL 14 with Row-Level Security (RLS)
- Caching: Redis 7
- Queue: Bull Queue for background jobs
- Check specs repository for feature requirements
- Review relevant specification sections
- Implement following patterns in Backend Setup Guide
- Write tests per Testing Strategy guidelines
- Submit PR with reference to spec sections implemented