hussnainahmedd/DSA-Project — reverse-engineered prompt
Reverse engineered prompt
Build me a working desktop Crime Network Analyzer for a DSA course project. I want a Java Swing app that lets users log in as either admin or officer, with admins able to add suspects, crime locations, and connections between them.
The C++ back end should run in the background and handle the actual data processing. The front end and back end can talk through JSON files, and data should be saved with normal file handling, not a database.
The app should let investigators find the shortest connection between two people or places, explore the network from any starting point, and manage cases in a tree style structure with evidence, witnesses, and related case details. Admins should be able to assign cases to officers with priority levels, and officers should be able to view their assigned cases and update their status.
Also add an activity log with timestamps for important actions. Keep the UI simple but complete enough to demo the full workflow.
Want more depth? Deep Reverse