MIF_E31221222/sigap-website/prisma
vergiLgood1 edf5013363 feat: Add CrimePopup and DistrictPopup components for displaying crime data on the map
- Implemented CrimePopup component to show detailed information about individual crime incidents.
- Implemented DistrictPopup component to provide an overview of crime statistics and demographics for selected districts.
- Added useFilteredCrimeData hook to filter crime data based on selected categories.
- Created calculateCrimeStats utility function to compute various crime statistics from raw data.
2025-05-02 22:19:54 +07:00
..
data feat: Add CrimePopup and DistrictPopup components for displaying crime data on the map 2025-05-02 22:19:54 +07:00
migrations feat: enhance crime incidents seeder with year validation and import all-year summaries 2025-04-25 16:58:32 +07:00
seeds add some stuff 2025-04-27 22:41:27 +07:00
utils feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data 2025-04-25 02:04:04 +07:00
db.ts refactor add user and invite user 2025-03-22 23:20:31 +07:00
schema.prisma feat: enhance crime incidents seeder with year validation and import all-year summaries 2025-04-25 16:58:32 +07:00
seed.ts feat: enhance crime incidents seeder with year validation and import all-year summaries 2025-04-25 16:58:32 +07:00