Expand demo seed data with realistic multi-tracker showcase - #40
Conversation
Rewrites scripts/seed.ts to generate an English, realistic dataset covering every tracker feature for demo/showcase purposes: five trackers spanning solo, multi-permission, public, multi-currency and archived/hidden setups, with schedules across all frequency types (monthly/yearly/custom_days) and 14-20 months of generated transaction history, including schedule-linked bookings. Also ignores the local .ads notes folder. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 9 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
scripts/seed.tsto generate a realistic, English demo dataset covering every tracker feature, for use as showcase data (e.g. screenshots/Reddit).isPublic: true) with donation and event-expense patternsmonthly/yearly/custom_days), with a mix of overdue/due/upcoming due dates and backfilled history correctly linked viascheduleId/source: "schedule"..adsnotes folder in.gitignore.Test plan
npx tsc --noEmitpassesscripts/seed.tsagainst a throwaway copy of the dev database and verified: schedules span all frequency types with overdue/due/upcoming statuses, transaction counts/date ranges per tracker,source='schedule'linkage, tracker flags (is_public/is_hidden/discord_webhook_url/currency), and permission levels per member🤖 Generated with Claude Code