Skip to content

Adding branding and driver promotion tool kit#6

Merged
DarrellRichards merged 1 commit into
mainfrom
adding-branding-support
May 15, 2026
Merged

Adding branding and driver promotion tool kit#6
DarrellRichards merged 1 commit into
mainfrom
adding-branding-support

Conversation

@DarrellRichards
Copy link
Copy Markdown
Owner

Summary

Changes made

How to test

  • npm run lint
  • npm run typecheck
  • npm run test
  • npm run build

Prisma / schema impact

  • No schema changes
  • Schema updated and migration included

Checklist

  • Documentation updated if needed
  • No secrets or local-only config committed
  • Screenshots included for UI changes when helpful

Copilot AI review requested due to automatic review settings May 15, 2026 15:30
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.58%. Comparing base (bbc8e98) to head (524564b).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   59.61%   59.58%   -0.04%     
==========================================
  Files           7        7              
  Lines         525      527       +2     
  Branches      181      183       +2     
==========================================
+ Hits          313      314       +1     
- Misses        165      166       +1     
  Partials       47       47              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DarrellRichards DarrellRichards merged commit 8b2995c into main May 15, 2026
3 of 5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds community-facing branding and driver-promotion documentation, plus updates the Docker image to support Prisma/TSX tooling and runtime dependencies for deployments.

Changes:

  • Add a comprehensive BRANDING_GUIDE.md for consistent iRaceHub representation across platforms.
  • Add a DRIVER_PROMOTIONS_TOOLKIT.md with ready-to-use promotional copy/templates.
  • Update Dockerfile to install tsx alongside Prisma and copy node_modules into the runtime image.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
DRIVER_PROMOTIONS_TOOLKIT.md Adds promotional templates/scripts (social, email, stream, talking points) for drivers.
BRANDING_GUIDE.md Adds brand identity, usage guidelines, and platform-specific promotion guidance.
Dockerfile Adjusts runtime image to include Prisma/TSX tooling and copies dependencies into the runner stage.

Comment thread Dockerfile
Comment on lines +30 to +31
RUN npm install -g prisma@7.8.0 tsx@4.21.0
COPY --from=builder /app/node_modules ./node_modules
✅ Access from any device, anytime

**How to Get Started:**
1. Visit: [YOUR IRACEHU LEAGUE LINK]
<h3 style="color: #ffffff; margin: 0 0 10px 0;">League Standings</h3>
<p style="color: #ededed; margin: 0 0 15px 0;">Powered by iRaceHub</p>
<a
href="[YOUR_IRACEHU_LINK]"
Comment thread BRANDING_GUIDE.md
💰 Track virtual money and payouts
🎯 Everything in one easy-to-use dashboard

Check it out at: [YOUR_RACEHUB_URL]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants