Skip to content

feat: implement merchant onboarding and affiliate tracking systems#348

Merged
Smartdevs17 merged 1 commit into
Smartdevs17:mainfrom
thefifthdev:issue-185-186-merchant-affiliate
Apr 28, 2026
Merged

feat: implement merchant onboarding and affiliate tracking systems#348
Smartdevs17 merged 1 commit into
Smartdevs17:mainfrom
thefifthdev:issue-185-186-merchant-affiliate

Conversation

@thefifthdev

Copy link
Copy Markdown
Contributor

Summary

Changes

Issue #185 - Merchant Onboarding

  • Added MerchantOnboarding types with steps[], status, documents[], verification_result
  • Created merchantStore.ts with onboarding state management
  • Added document upload support (ID front/back, business license)
  • Implemented tiered verification (basic, enhanced) with merchant limits
  • Created MerchantOnboardingScreen.tsx React Native UI

Issue #186 - Affiliate Tracking

  • Added Affiliate types with commission_rate, payment_threshold
  • Created affiliateStore.ts with referral tracking
  • Implemented commission calculation (percentage, flat, tiered)
  • Added affiliate dashboard with performance metrics
  • Created AffiliateDashboardScreen.tsx React Native UI

Navigation Updates

  • Added MerchantOnboarding and AffiliateDashboard screens to navigation
  • Added links in Settings screen to both new features

Testing

  • Merchant onboarding flow tested with document uploads
  • Affiliate registration and commission calculations verified

Closes #185
Closes #186

- Add merchant onboarding with KYC flow (Smartdevs17#185)
  - Implement MerchantOnboarding types with steps, status, documents
  - Add document upload for ID and business license
  - Implement tiered verification (basic, enhanced)
  - Create MerchantOnboardingScreen UI

- Add affiliate tracking and commission system (Smartdevs17#186)
  - Implement Affiliate types with commission rates
  - Add referral tracking with attribution
  - Implement commission calculation (percentage, flat, tiered)
  - Create AffiliateDashboardScreen UI

- Update navigation with new screens
- Add merchant/affiliate links in Settings
@drips-wave

drips-wave Bot commented Apr 28, 2026

Copy link
Copy Markdown

@thefifthdev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Smartdevs17 Smartdevs17 merged commit 04600cd into Smartdevs17:main Apr 28, 2026
7 of 19 checks passed
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.

Implement subscription affiliate tracking and commission system Implement subscription merchant onboarding with KYC flow

3 participants