Description
For starters, this functionality will only be triggered on several minor occasions, and then it will be migrated to a more general use-case. We should start with basic actions like:
- Receiving invitations for other cars
- Users accepting invitations for cars
- Users adding a record in another car
Implementing these, means that you'll both receive an e-mail and a push notification.
General Note
It's better to test these functionalities with e-mails first, then integrate the push-notifications. Also, in the push notifications, we have to consider the fact that users might want to be navigated to the corresponding screen, when the push-notification is pressed.
Development
Start a branch from development.
Description
For starters, this functionality will only be triggered on several minor occasions, and then it will be migrated to a more general use-case. We should start with basic actions like:
Implementing these, means that you'll both receive an e-mail and a push notification.
General Note
It's better to test these functionalities with e-mails first, then integrate the push-notifications. Also, in the push notifications, we have to consider the fact that users might want to be navigated to the corresponding screen, when the push-notification is pressed.
Development
Start a branch from
development.