Skip to main content

Feature Tracking

Track features through the deployment pipeline: Development → Staging → Production

How to Track Features

Manually track feature status by documenting deployment dates:

Circles Feature

  • Development: Deployed 2025-12-01
  • Staging: Deployed 2025-12-05
  • Production: Pending

Advertising System

  • Development: Deployed 2025-11-15
  • Staging: Deployed 2025-11-20
  • Production: Deployed 2025-11-25 ✅

AI Moderation

  • Development: Deployed 2025-12-08
  • Staging: Pending
  • Production: Pending

Status Indicators

  • 🔵 Development - Feature in development
  • 🟠 Staging - Feature in staging/testing
  • 🟢 Production - Feature in production ✅

Adding New Features

When documenting a new feature:

  1. Add deployment dates as the feature moves through environments
  2. Update status when deploying to new environments
  3. Mark production deployments with ✅

Example:

## My New Feature

- **Development**: Deployed 2025-12-11
- **Staging**: Pending
- **Production**: Pending

Feature description here...