A real-time danger alert monitoring system for electoral officials and security
The project idea was awarded as my final year undergraduate project where I was tasked to research, design, and develop a real-time danger alert monitoring system for electoral officials and security agencies using Nigeria as the case study.
- Choice of design methodology is Lean agile. Not a traditional software design methodology but an approach combining principles from lean and agile. It aims to deliver customer value efficiently and effectively while being flexible and adaptable to changes throughout the development lifecycle.
- Flutter (Dart)
- NodeJs
- SocketIO (For sending alerts/notifications across all users in real-time)
- Termii (For verification of users' phone numbers through text message)
- Google Maps API
- Firebase Authentication (For storage and authentication of users' login details)
- Firebase Storage (For the storage of users' profile pictures and other media)
- Firebase Firestore (For the storage of other users' personal details, election alerts, location, etc)
- Ensured only verified users on the system can send out alert reports and make phone calls.
- Ensured verified users can only send reports about their polling units within a 200m radius.
- Increased network connectivity by saving crucial data such as JSON files and user information the system uses on the user’s phone.
- Ensured that only authorized users can create, read, update, and delete information on the database.