MIF_E31221222/sigap-website/app/(pages)/(admin)/_components/settings
vergiLgood1 63b0721859 feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
- Created resources data structure in `resources.ts`
- Added roles data structure in `roles.ts`
- Implemented seeding for crime categories and incidents with detailed logic in `crime-category.ts` and `crime-incident.ts`
- Developed demographic data seeding logic in `demographic.ts`
- Implemented geographic data seeding from GeoJSON files in `geographic.ts`
- Added permission seeding logic in `permission.ts`
- Created resource and role seeding scripts in `resource.ts` and `role.ts`
2025-04-25 02:04:04 +07:00
..
import-data.tsx fixed bug scroll area pada setting components 2025-04-11 15:34:34 +07:00
notification-settings.tsx fixed bug scroll area pada setting components 2025-04-11 15:34:34 +07:00
preference-settings.tsx feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data 2025-04-25 02:04:04 +07:00
profile-settings.tsx fixed bug scroll area pada setting components 2025-04-11 15:34:34 +07:00
security-setting.tsx fixed bug scroll area pada setting components 2025-04-11 15:34:34 +07:00
setting-dialog.tsx add RBAC on applications 2025-04-11 18:32:46 +07:00