Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 2.9 KB

File metadata and controls

92 lines (68 loc) · 2.9 KB

ReferralBox Documentation Index

Welcome to the ReferralBox gem documentation! Here's everything you need to get started and become an expert.

📚 Documentation Files

🚀 Getting Started

📋 Reference

🎯 Choose Your Path

👶 New to ReferralBox?

  1. Start with README.md for overview
  2. Follow QUICK_START.md to get running
  3. Read DOCUMENTATION.md for advanced features

🔧 Ready to Integrate?

  1. Jump to DOCUMENTATION.md
  2. Check the Installation section
  3. Review Configuration options
  4. See Examples for real-world usage

🛠️ Need Help?

  1. Check Troubleshooting section
  2. Review API Reference
  3. Look at Integration Examples

📖 Quick Navigation

Installation & Setup

Core Features

API Reference

Advanced Usage

Troubleshooting

🎉 What You'll Learn

Basic Usage

# Earn points
ReferralBox.earn_points(user, 100)

# Check balance
balance = ReferralBox.balance(user)

# Track referrals
ReferralBox.track_referral(ref_code: params[:ref])

Advanced Features

  • Custom earning rules with lambda functions
  • Dynamic tier assignment
  • Referral analytics and tracking
  • Admin dashboard with beautiful UI
  • Points expiration and management

🚀 Ready to Start?

Choose your path:


Happy coding with ReferralBox! 🎉