MIF_E31221222/sigap-website/app/_components/map/controls
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
..
bottom feat: Add Sidebar Statistics Tab for crime analytics overview 2025-05-05 01:11:37 +07:00
bottom-left feat: Add Sidebar Statistics Tab for crime analytics overview 2025-05-05 01:11:37 +07:00
left/sidebar feat: enhance SidebarInfoTab with detailed map layers and add timeline layer functionality to CrimeMap; update TimelineLegend and TimelinePopup styles 2025-05-07 08:01:07 +07:00
top Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
category-selector.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00
example.tsx feat: Add Panic Button Demo component and EWS Alert Layer for incident management 2025-05-07 10:23:54 +07:00
map-filter-control.tsx feat: Add Sidebar Statistics Tab for crime analytics overview 2025-05-05 01:11:37 +07:00
map-selector.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00
month-selector.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00
panic-button-demo.tsx Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
year-selector.tsx feat: add crime and district popups with detailed information and filtering capabilities 2025-05-02 22:20:22 +07:00