whisper-money/database/factories
Víctor Falcón 4d0d203fd3
feat(waitlist): waiting list with referral system (#199)
## Summary

- Adds an inline email capture form on the landing page when
`HIDE_AUTH_BUTTONS=true`, replacing the previous CTA buttons
- Each signup gets a queue position (starting at #500), a unique
referral link, and a welcome email from `victor@whisper.money`
- Referring 10 people via the personal link moves the referrer 10
positions forward in the queue (floor: 1), triggering a notification
email
- Full Spanish localisation for all UI strings and email copy; `locale`
is stored on each lead so emails are sent in the lead's own language
- 14 feature tests covering all waitlist behaviour (positions,
referrals, emails, thank-you page)

## How to activate

Set `HIDE_AUTH_BUTTONS=true` in `.env`. The waitlist form and thank-you
page are completely dormant otherwise.
2026-03-04 12:36:47 +01:00
..
AccountBalanceFactory.php feat: investment benefits — show gains/losses on investment accounts (#140) 2026-02-23 13:59:10 +01:00
AccountFactory.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
AutomationRuleFactory.php Automation rules 2025-11-10 12:08:58 +00:00
BankFactory.php Update bank model 2025-11-07 19:11:00 +00:00
BankingConnectionFactory.php feat: Add Bitpanda exchange integration (#132) 2026-02-19 09:26:31 +01:00
BudgetFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
BudgetPeriodFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
BudgetTransactionFactory.php Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
CategoryFactory.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
ExchangeRateFactory.php feat: Add multi-currency conversion for net worth charts (#138) 2026-02-20 10:45:23 +01:00
LabelFactory.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
TransactionFactory.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
UserFactory.php Remove encryption from browser tests and demo user (#129) 2026-02-17 11:45:27 +01:00
UserLeadFactory.php feat(waitlist): waiting list with referral system (#199) 2026-03-04 12:36:47 +01:00
UserMailLogFactory.php feat: Send custom emails to users (#52) 2026-01-09 09:33:19 +01:00
UserSettingFactory.php Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00