← Back to Labs

Ecosystem Cleanup — Execution Hand-Off (2026-07-06)

Source: SaaS/.md/CLEANUP_EXECUTION_HANDOFF.md · Rendered 2026-07-17

Everything Claude could do from code is done and committed. This file is the short list of what only Eric can do, plus exactly what shipped and where.

✓ What shipped today

Rewardee repo (github.com/boommedia/rewardee, main — pushed)

boo-v2 repo (branch ecosystem-cleanup — pushed, NOT merged)

Safe deploy order: the branch is written to be safe in ANY order (fallbacks), but the intended order is SQL first, then merge.

🔲 Eric's 4 steps (in order)

  1. Run the Rewardee SQL at https://studio.boommedia.us (SQL editor), in order, from the Rewardee repo supabase/ folder:
    001_rewardee_schema.sql002_boo_loyalty_tables.sql003_staff_reviews.sql004_boo_bridge.sql.
    (001–003 may already be partially run — all are IF NOT EXISTS-safe.)
  2. Merge & deploy boo-v2: merge branch ecosystem-cleanup into main (GitHub PR or git merge), let Coolify deploy.
  3. Smoke test (5 min): place one test order with a signed-in customer → confirm points earned + a row appears in loyalty_transactions; open /{slug}/rate → submit a staff rating → confirm it lands in rewardee_staff_reviews and shows on the portal Staff Recognition page.
  4. Rewardee Stripe products (for standalone selling, not needed for BOO): Starter $29 / Growth $59 / Agency $99 at dashboard.stripe.com → price IDs into Vercel env (STRIPE_PRICE_*) + RESEND_API_KEY + NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY + STRIPE_WEBHOOK_SECRET.

Notes / follow-ups (not urgent)