MIF_E31221222/sigap-website/app/_components/map
vergiLgood1 0747897fc7 Refactor database privileges and schema management
- Created migration scripts to manage the 'prisma' role and its privileges across various schemas including 'public', 'gis', 'auth', and 'storage'.
- Added explicit grants for all necessary tables, sequences, and functions to ensure the 'prisma' role has appropriate access.
- Implemented triggers for user management in the 'auth' schema to handle new user creation, updates, and deletions.
- Established default privileges for future objects in the specified schemas to streamline permission management.
- Updated remote schema management scripts to include grants for 'postgres' on specific tables and functions.
- Dropped and recreated types in the 'gis' schema to ensure proper structure and functionality.
2025-05-05 23:39:01 +07:00
..
controls feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
layers Refactor database privileges and schema management 2025-05-05 23:39:01 +07:00
legends feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
markers feat: add map controls and sidebar components for crime data visualization 2025-04-28 00:14:16 +07:00
pop-up Refactor database privileges and schema management 2025-05-05 23:39:01 +07:00
crime-map.tsx feat: Enhance heatmap and timeline layers with new data handling and filtering options 2025-05-05 11:11:11 +07:00
fly-to.tsx refactor: refactor district layer 2025-05-05 05:15:05 +07:00
map.tsx feat: add map reset functionality and improve incident popup handling 2025-05-05 03:42:32 +07:00
overlay.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00