bitcointribe icon indicating copy to clipboard operation
bitcointribe copied to clipboard

Review notifications

Open summikhan11 opened this issue 3 years ago • 3 comments

Can we have a list of all notifications that should be displayed here

https://xd.adobe.com/view/8c2960b0-14d1-4e00-a464-91e7d8219524-d97a/

summikhan11 avatar Feb 15 '22 11:02 summikhan11

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'

antuz123 avatar Feb 22 '22 12:02 antuz123

List of notifications (future)

F and F:

  1. F and F request coming in
  2. F and F request going out
  3. F and F request accepted
  4. F and F request rejected
  5. Sats received

Backup:

  1. Passcode requires attention
  2. Cloud backup requires attention
  3. Personal Device 1 requires attention
  4. Secondary Device 1 requires attention
  5. PDF backup requires attention
  6. Secondary Device 2 requires attention
  7. Keeper Request Accepted
  8. Keeper Request Rejected
  9. A reminder that a Keeper Request was sent but it was neither accepted nor rejected
  10. Keeper Request received
  11. Personal Device (Level 2 RC 1) inaccessible There could be separate icons or just a common icon with different messages for backup.

Gift:

  1. Gift received
  2. Gift rejected (Ouch!)
  3. Sent gift expired

antuz123 avatar Feb 22 '22 12:02 antuz123

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.

antuz123 avatar Mar 07 '22 12:03 antuz123

older issue

Deveshshankar avatar Jan 19 '23 10:01 Deveshshankar