MPAC SmartPOS Platform - Documentation Index โ
Version: 2.0 Last Updated: 2026-01-28 Status: Active Development
Overview โ
This directory contains the modular reference documentation for the MPAC SmartPOS Cloud Platform. The original comprehensive PRD has been split into focused, maintainable documents organized by domain and concern.
Master Document: ../new-PRD.md (Complete reference)
Quick Navigation โ
๐ Executive Summary โ
Strategic overview and system design
- Product Overview - Platform purpose and capabilities
- Scale Requirements - Performance and capacity targets
- System Architecture - High-level technical architecture
๐ข Business Domains โ
Core business capabilities and workflows
- Domain Catalog โ - Complete domain reference
- Key domains:
- Identity & Access Management - Authentication and authorization
- Payment Gateway - Payment processing (mpac-pgw)
- Device Management - Terminal lifecycle
- Order & Bill Management - Order workflows
- Payment Processing - Payment methods and flows
- Settlement & Reconciliation - Financial settlement
โ๏ธ Technical Architecture โ
System design and implementation patterns
- Architecture Guide โ - Complete technical reference
- Communication Patterns - Service integration
- Database Architecture - Data modeling
- Security Architecture - Security and compliance
- Performance & Scalability - Monitoring and optimization
๐ Deployment & Infrastructure โ
Deployment strategy and environment management
- AWS Infrastructure - Cloud resources
- Deployment Strategy - Blue-green deployment
- Environments - Dev/staging/production
- CI/CD Pipeline - Automated workflows
- Observability Stack (mpac-obs) - Monitoring, logging, tracing
๐ Integration Specifications โ
External integrations and SDK usage
- Frontend SDK - @cloudsky/mpac-pgw-sdk-js integration
- Android Bridge - Native bridge interface
- External Systems - Provider integrations
๐งช Testing Strategy โ
Quality assurance and testing approaches
- Unit Testing - Component-level tests
- Integration Testing - Service integration tests
- Load Testing - Performance validation
- Security Testing - Security validation
๐ Appendix โ
Reference materials and definitions
- Glossary - Terms and definitions
- API Reference - Endpoint documentation
- Data Model - ER diagrams and schemas
- Status Codes - Application status codes
- Configuration - Environment variables
- Support - Contact information
Document Structure โ
Each document follows a consistent template:
markdown
# [Document Title]
**Part of:** MPAC SmartPOS Cloud Platform - Product Requirements
**Version:** 2.0
**Last Updated:** 2026-01-28
---
## Overview
[Brief description]
## Table of Contents
[Section links]
---
[Content]
---
## See Also
[Cross-references]
**Navigation:** [โ Back to Index](../README.md) | [โ Previous] | [Next โ]Usage Patterns โ
For New Developers โ
- Start with Product Overview
- Read System Architecture
- Explore relevant Business Domains
- Review Technical Architecture
For Feature Development โ
- Find relevant domain in Domain Catalog
- Check API Reference
- Review Database Architecture
- Consult Testing Strategy
For DevOps/SRE โ
- Review AWS Infrastructure
- Understand Deployment Strategy
- Check Performance Monitoring
- Review CI/CD Pipeline
For Security Review โ
- Read Security Architecture
- Review IAM Domain
- Check Security Testing
- Consult API Reference
Maintenance โ
Adding New Content โ
- New business domains โ
02-domains/[domain-name].md - New technical patterns โ
03-technical/[pattern-name].md - New appendix entries โ
07-appendix/[topic-name].md
Updating Documents โ
- Maintain version headers in each file
- Update cross-references when restructuring
- Keep master PRD in sync for reference
File Naming Convention โ
- Use kebab-case:
payment-gateway.md - Be descriptive: 2-3 words maximum
- Avoid underscores: โ
payment_gateway.md
Statistics โ
- Total Documents: 42 files
- Directories: 7 categories
- Content Files: 35 documents
- Index Files: 4 README files
Navigation: โ Top | Master PRD โ