-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Added new project idea: Emergency Contact Auto-Notifier #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
VedWay
wants to merge
2
commits into
florinpop17:master
Choose a base branch
from
VedWay:add-emergency-contact-notifier
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Emergency Contact Auto-Notifier | ||
|
|
||
| **Tier:** 2 - Intermediate | ||
| **Description:** | ||
| A mobile-first application that automatically notifies selected emergency contacts if the user fails to check in during specific activities (e.g., hiking alone, late-night work, travel). Users can set check-in intervals, and the app sends location updates and status alerts when a check-in is missed. | ||
|
|
||
| ## User Stories | ||
| - [ ] As a user, I can set a "check-in interval" for my activity (e.g., every 30 minutes). | ||
| - [ ] As a user, I can select emergency contacts who will receive notifications if I fail to check in. | ||
| - [ ] As a user, I can manually check in to indicate I am safe. | ||
| - [ ] As a user, the app automatically notifies my emergency contacts with my last known location if I miss a check-in. | ||
| - [ ] As a user, I can view the status of my last check-in (OK / delayed). | ||
|
|
||
| ## Bonus Features | ||
| - [ ] Preconfigured activity templates (hike, night work, travel) with recommended check-in intervals. | ||
| - [ ] Automatic emergency service call if contacts do not respond after X minutes. | ||
| - [ ] Integration with wearables (Apple Watch, Android Wear) to quickly check in or trigger an alert. | ||
| - [ ] Push notifications and SMS/email alerts to contacts. | ||
| - [ ] Location history and activity logs for safety review. | ||
|
|
||
| ## Useful Resources | ||
| - [Google Maps / OpenStreetMap APIs](https://developers.google.com/maps) | ||
| - [Twilio API for SMS notifications](https://www.twilio.com/docs/sms) | ||
| - [Firebase for real-time alerts](https://firebase.google.com/docs) | ||
| - [React Native documentation](https://reactnative.dev/docs/getting-started) (for mobile development) | ||
| - [Expo documentation](https://docs.expo.dev/) (optional for rapid mobile prototyping) | ||
|
|
||
| ## Example Projects | ||
| - [Safety App Example](https://github.com/ProjectExample/SafetyApp) | ||
| - [Check-In Tracker](https://github.com/ProjectExample/CheckInTracker) | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.