Files
NotII 74b7aa4877 Add shipping dialog with tracking number to order page
Introduces a shipping dialog to the order details page, allowing users to optionally enter a tracking number when marking an order as shipped. Updates API client logic to better handle HTTP-only authentication cookies. Improves broadcast dialog validation and message handling.
2025-09-22 00:45:29 +01:00

1.9 KiB

📚 Ember Market Frontend Documentation

Welcome to the Ember Market Frontend documentation. This folder contains all technical documentation, guides, and references for the project.

📋 Documentation Index

🚀 Deployment & Infrastructure

📊 Features & Analytics

  • Analytics - Analytics implementation and data insights documentation

🛠️ Development

🏗️ Project Structure

docs/
├── README.md                     # This index file
├── CAPROVER-DEPLOYMENT-FIX.md   # Deployment troubleshooting
├── ANALYTICS.md                  # Analytics documentation
├── OPTIMIZED-BUILD.md           # Build optimization guide
└── lib-readme.md                # Library utilities guide

📝 Contributing to Documentation

When adding new documentation:

  1. Create .md files in this docs/ folder
  2. Update this README.md index
  3. Use clear, descriptive filenames
  4. Include relevant emojis for easy scanning
  5. Cross-reference related documents

🏷️ Document Categories

  • 🚀 Deployment - CapRover, Docker, environment setup
  • 📊 Analytics - Data tracking, insights, reporting
  • 🛠️ Development - Code guides, utilities, best practices
  • 🔧 Configuration - Environment variables, API setup
  • 🐛 Troubleshooting - Common issues and fixes