FUKA-INNOVATIONS / Safeye

iOS app for emergency situations
MIT License
1 stars 2 forks source link

Safeye

Safeye logo

Safeye is an iOS app that lets users keep an eye on their loved ones in emergency situations. This app uses phone's native GPS tracker (Apple's MapKit) to track user's live location and speech recognition technology to record any voices it detects as messages. In case of an emergency, a user can easily send an alert to their contacts on the app who can then view user's live location and read any messages that were recorded. This helps them decide how to best help the user.

Safeye was designed and developed using XCode, SwiftUI, UIKit, Git, and Figma.

Main features

Safeye pattern: solving App State issues

Safeye pattern

How it works

Icon: Add a contact Add a contact The user must have at least contact on Safeye before they can use all features of the app. The user can share their personal unique connection code with their friends or family who can then find them on the app using the code.

Icon: Create an eventCreate an event Once the user has at least one contact, they can then create a new event. An event in Safeye context means any occasion during which the user might be away from home and could run into unsafe situations, for example, first date, drinks at a bar, late evening walk alone, etc.

When the user is creating a new event, they have to fill out a few details about the event and select one or more contacts from their Safeye contact list. Only those contacts will be able to see user's location and read any information associated with the event while it is active.

Icon: Activate emergency mode Activate emergency mode In case of an emergency, the user can activate the emergency mode with a tap of one button. This triggers a notification sent to those contacts that were selected for the event. Safeye starts listening to any voices it can detect in user's surroundings and logs them as text messages. Those messages and user's live location can then be viewed by the event contacts. They can then easier determine what kind of situation the user might be in and decide what is the best way to help them.

Of course, in case of grave danger, we advise to call 112 or local emergency services.

Icon: Disable emergency modeDisable emergency mode Once the user is safe again, they can disable the emergency mode with a click of one button. This will automatically stop any messages from being recorded and user's contacts will be able to see that the user is safe again.

Icon: Delete eventDelete event Once the user event ends and their back to a safe location, they can delete the event. This will automatically delete any information associated with the event including location details and message logs.

Backend

Firebase Authentication, Storage and Firestore Database.

Screenshots

screenshot1 screenshot2 screenshot3

Known bugs

Changes after user feedback

We had a few users test our prototype during the design process of this application. We have received a lot of valuable feedback and attempted to implement most of the suggested changes in order to improve the user experience. Changes implemented:

Future development ideas

Documentation

Developers