tema d9f7c5c8b2 Enhance Freebit SIM management features and UI components
- Added optional service features to SimDetails interface: voiceMailEnabled, callWaitingEnabled, internationalRoamingEnabled, and networkType.
- Updated FreebitService to include new service feature flags based on SIM data.
- Enhanced SimDetailsCard component to display service features for eSIMs, including voice mail, call waiting, international roaming, and network type.
- Improved conditional rendering for optional fields in SimDetailsCard.
- Updated SimActions component with an ID for better accessibility.
2025-09-05 12:30:57 +09:00
..
2025-08-22 17:02:49 +09:00
2025-08-22 17:02:49 +09:00
2025-08-27 20:01:46 +09:00
2025-08-27 20:01:46 +09:00
2025-08-28 16:57:57 +09:00
2025-08-27 20:01:46 +09:00
2025-08-22 17:02:49 +09:00

📚 Customer Portal Documentation

🚀 Quick Start

🏗️ Architecture & Systems

🔧 Technical References

📋 Documentation Standards

When to Update Documentation

  • New Features: Update relevant architecture docs
  • API Changes: Update technical references
  • Configuration Changes: Update getting started guide
  • Deployment Changes: Update deployment guide

Documentation Structure

docs/
├── README.md                           # This index
├── GETTING_STARTED.md                  # Setup & configuration
├── RUN.md                             # Development commands
├── DEPLOY.md                          # Production deployment
├── ADDRESS_SYSTEM.md                  # Address management
├── PRODUCT-CATALOG-ARCHITECTURE.md    # Catalog system
├── PORTAL-DATA-MODEL.md               # Database schema
├── PORTAL-ORDERING-PROVISIONING.md    # Order processing
├── STRUCTURE.md                       # System architecture
├── LOGGING.md                         # Logging practices
├── SALESFORCE-PRODUCTS.md             # SF configuration
└── PORTAL-ROADMAP.md                  # Future plans

🎯 Key Principles

Clean Documentation

  • Single source of truth - No redundant docs
  • Up-to-date - Reflects current implementation
  • Practical - Includes real code examples
  • Organized - Clear structure and navigation

Developer Experience

  • Quick reference - Essential info easily accessible
  • Complete examples - Working code snippets
  • Troubleshooting - Common issues and solutions
  • Testing guidance - How to verify implementations

This documentation reflects the current clean, modern implementation of the Customer Portal system.