GoodDollar / GoodDAPP

GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
good-dapp.vercel.app
MIT License
108 stars 55 forks source link

Research: transactionals (blockchain-related) events #3768

Open johnsmith-gooddollar opened 2 years ago

johnsmith-gooddollar commented 2 years ago

What we do now:

What we don't do now:

How to get

sirpy commented 2 years ago

@johnsmith-gooddollar @patpedrosa lets start simple

  1. for iOS/android - notifications is a matter of running the feed updates and displaying a notification if any new feed item.
  2. for web app this is a little bit more complicated as service worker doesnt run inside the app, so we have no way to get it to update the feed and check for new items. so I suggest to put web feed notifications on hold.
  3. claim is always at the same time for everyone, so this can be a simple notifications for both web+mobile happening every day for everyone at the same time.
johnsmith-gooddollar commented 2 years ago

@sirpy ok

johnsmith-gooddollar commented 2 years ago

@alt-a1r please adjust the PR according to requirements (only claim ready should be displayed)

johnsmith-gooddollar commented 2 years ago

and put checkmarks