MIF_E31221222/sigap-website/app
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
..
(pages) feat: Add Panic Button Demo component and EWS Alert Layer for incident management 2025-05-07 10:23:54 +07:00
_components Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
_hooks feat: add incident severity categorization and utility functions 2025-05-04 04:24:17 +07:00
_lib add some stuff 2025-04-27 22:41:27 +07:00
_styles Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
_utils Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
api set up sentry 2025-03-16 00:46:37 +07:00
sentry-example-page set up sentry 2025-03-16 00:46:37 +07:00
favicon.ico init next 14 with supabase 2025-02-12 19:10:21 +07:00
global-error.tsx set up sentry 2025-03-16 00:46:37 +07:00