This project aims to create an app that makes it easier for people to get in touch when it is absolutely necessary to.
When reaching out to someone (user A
to B
), the flow is like this:
A
sends a notification toB
- If
B
is not in do-not-disturb mode, the alert will be triggered. - If
B
is in do-not-disturb mode thenA
will get a notification and a challenge. - The challenge is up to
B
to decide. It can be a password, a simple math operation, etc. A
answers the challenge and sends it toB
.- If correct, then
B
will ring.
This will make sure B
can focus on their work, while people can still contact them for extremely important tasks.
- Created basic UI mockup
- Added models for user and notifications, fetching placeholder data from an API
- Show priority on notification and more details on click.