MIF_E31221222/sigap-website/app/(pages)/(admin)/dashboard/crime-management/crime-overview
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
..
_components refactor: ♻️ refactor crime management into small components 2025-04-15 00:31:39 +07:00
_handlers add some stuff 2025-04-27 22:41:27 +07:00
_hooks feat: enhance crime analytics and sidebar components with improved type definitions and additional data handling 2025-05-04 05:04:19 +07:00
_queries feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00
action.ts Refactor database privileges and schema management 2025-05-05 23:39:01 +07:00
page.tsx feat: implement map layer control and time slider components for enhanced crime data visualization 2025-04-28 23:45:06 +07:00