bitcointribe
bitcointribe copied to clipboard
Review notifications
Can we have a list of all notifications that should be displayed here
https://xd.adobe.com/view/8c2960b0-14d1-4e00-a464-91e7d8219524-d97a/
The message centre along with notification capability should support the following message types:
- F&F/ Keeper request response - this can be accepted or rejected. CTA = Ok, goes to F&F screen.
- F&F to Keeper request- making the F&F as a Keeper. CTA = Accept/ Reject
- F&F transaction - a txn made from a contact. CTA = Go to Account/ transaction
- Release Broadcast - a release broadcast is avaIlable and triggered from Relay. CTA = Upgrade/ Remind me later or Ignore
- Gift responses - this can be accepted or rejected. CTA = Ok, goes to the Gift screen
// FNF_REQUEST_ACCEPTED // FNF_REQUEST_REJECTED // FNF_KEEPER_REQUEST // FNF_KEEPER_REQUEST_ACCEPTED // FNF_KEEPER_REQUEST_REJECTED
FNF_REQUEST = 'FNF_REQUEST', FNF_TRANSACTION = 'FNF_TRANSACTION', RELEASE = 'RELEASE', FNF_REQUEST_ACCEPTED='FNF_REQUEST_ACCEPTED', FNF_REQUEST_REJECTED='FNF_REQUEST_REJECTED', FNF_KEEPER_REQUEST='FNF_KEEPER_REQUEST', FNF_KEEPER_REQUEST_ACCEPTED='FNF_KEEPER_REQUEST_ACCEPTED', FNF_KEEPER_REQUEST_REJECTED='FNF_KEEPER_REQUEST_REJECTED', CONTACT = 'contact', SECURE_XPUB = 'secureXpub', APPROVE_KEEPER = 'approveKeeper', UPLOAD_SEC_SHARE = 'uploadSecondaryShare', RESHARE= 'reShare', RESHARE_RESPONSE = 'reShareResponse', SM_UPLOADED_FOR_PK = 'smUploadedForPK', NEW_KEEPER_INFO = 'newKeeperInfo'
List of notifications (future)
F and F:
- F and F request coming in
- F and F request going out
- F and F request accepted
- F and F request rejected
- Sats received
Backup:
- Passcode requires attention
- Cloud backup requires attention
- Personal Device 1 requires attention
- Secondary Device 1 requires attention
- PDF backup requires attention
- Secondary Device 2 requires attention
- Keeper Request Accepted
- Keeper Request Rejected
- A reminder that a Keeper Request was sent but it was neither accepted nor rejected
- Keeper Request received
- Personal Device (Level 2 RC 1) inaccessible There could be separate icons or just a common icon with different messages for backup.
Gift:
- Gift received
- Gift rejected (Ouch!)
- Sent gift expired
Once the flow is corrected and is performant, see how we are placing them in the notification centre and marking them read or un-read.
older issue