- Implement EventModel with JSON serialization and deserialization. - Create EvidenceModel with associated JSON handling. - Develop IncidentLogModel to manage incident logs and their evidences. - Introduce SessionsModel to track user sessions related to events. - Update index file to export new models. feat(personalization): introduce permissions and resources models - Add PermissionModel to manage user permissions with JSON support. - Create ResourceModel to define resources and their associated permissions. - Ensure proper serialization and deserialization for both models. chore(database): update Prisma schema for new models and relationships - Add new models: events, evidences, incident_logs, sessions, permissions, and resources. - Define relationships between users, roles, and permissions. - Update existing models to maintain referential integrity. - Introduce enums for session status, contact message status, crime rates, and crime status. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .env | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| auth_and_panic_button_flow.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| schema.prisma | ||
README.md
sigap
A mobile app for SIGAP Jember
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.