sachin-007/Blackcoffer-OPC--assignment-visualization-dashboard — reverse-engineered prompt

Reverse engineered prompt

Build me a simple visualization dashboard app in Laravel with MySQL that imports data from a CSV and shows it in interactive charts people can explore easily.

I want a home page with filter controls for intensity, likelihood, relevance, year, country, topic, region, and city, and when someone changes a filter the charts should update instantly without reloading the page. Include charts for intensity trends over time, regional distribution, topic analysis, PESTLE analysis, and a likelihood versus relevance view. The data should be stored in the database after import, and the app should expose whatever backend endpoint is needed to feed the charts.

Please make it feel like a clean admin style dashboard, with readable graphs and a smooth filter experience. Also set up the database migration, seeding from the CSV, and the basic project wiring so it runs locally with normal Laravel commands. If anything is unclear, look up current docs online and make sensible choices that match this kind of dashboard.

Want more depth? Deep Reverse