Skip to content

feat: React Native mobile dashboard enhancement#226

Open
CodePlay007 wants to merge 7 commits intonextlevelbuilder:mainfrom
CodePlay007:feat/charts-rn-mobile-columns
Open

feat: React Native mobile dashboard enhancement#226
CodePlay007 wants to merge 7 commits intonextlevelbuilder:mainfrom
CodePlay007:feat/charts-rn-mobile-columns

Conversation

@CodePlay007
Copy link
Copy Markdown

Summary

  • Add 2 new searchable domains (dashboard-mobile, dashboard-layouts) with 35 component patterns and 10 layout archetypes for React Native mobile dashboards
  • Add RN Library and Mobile Interaction columns to all 25 chart types in charts.csv, mapping 6 React Native chart libraries (chart-kit, Victory Native, gifted-charts, wagmi-charts, charts-wrapper, ECharts)
  • Add 18 dashboard-specific guidelines to the react-native stack (WebSocket throttling, animated counters, error boundaries, skeleton loading, etc.)
  • Add 8 mobile dashboard product types to the synced trio (products.csv, colors.csv, ui-reasoning.csv) covering Analytics, Financial, E-commerce, Health, Admin, IoT, Social, and Gaming dashboards
  • Provide implementation hints for 5 UI libraries per component: Tamagui, React Native Paper, GlueStack, UI Kitten

Files Changed (10)

File Change
data/charts.csv +2 columns (RN Library, Mobile Interaction) to 25 rows
data/dashboard-mobile.csv New — 35 dashboard component patterns
data/dashboard-layouts-mobile.csv New — 10 layout archetypes
data/stacks/react-native.csv +18 Dashboard category rows
data/products.csv +8 mobile dashboard product types
data/colors.csv +8 synced color palette rows
data/ui-reasoning.csv +8 synced reasoning rule rows
scripts/core.py +2 CSV_CONFIG entries + domain_keywords
scripts/search.py Updated docstring
SKILL.md +2 domains in docs, examples, sticking points

Test plan

  • --domain dashboard-mobile "kpi metric card" returns component with all 4 UI lib hints
  • --domain dashboard-layouts "portfolio overview" returns Hero Metric layout
  • --domain chart "candlestick" shows RN Library (wagmi-charts) + Mobile Interaction
  • --stack react-native "websocket" returns Dashboard category guidelines
  • --design-system "analytics dashboard mobile" generates mobile-optimized design system
  • Synced trio alignment: all 3 files have 169 rows (PASS)
  • No regression on existing style, product, chart, react-native queries

🤖 Generated with Claude Code

CodePlay007 and others added 7 commits April 6, 2026 02:44
Add React Native library recommendations and mobile interaction patterns
to all 25 chart type rows, and register the new columns in core.py output.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ch engine

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…soning

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant