MIF_E31221222/sigap-website/app/_components/map/controls/top
vergiLgood1 e422c59da9 Add crime data CSV files and update database schema
- Added crime summary by type CSV file with district-wise crime statistics.
- Added yearly crime data CSV file with detailed crime statistics per district and year.
- Modified the database schema to include a new column `source_type` in the `crimes` table and a new column `distance` in the `locations` table.
- Created migration to add `location_logs` table for tracking user location data with relevant fields and indices.
- Updated migration to drop the `distance` column and replace it with `distance_from_unit` in the `locations` table.
- Added additional migrations to drop and recreate the `location_logs` table, modify existing columns, and enforce new constraints in the `unit_statistics` and `units` tables.
2025-05-11 14:44:14 +07:00
..
additional-tooltips.tsx Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
crime-tooltips.tsx refactor: enhance distance calculation and heatmap functionality; improve error handling and add interaction support 2025-05-07 03:17:59 +07:00
search-control.tsx Refactor map interaction and event handling 2025-05-07 06:41:33 +07:00
tooltips.tsx feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00