rapid-eth / rapid-adventures

Rapid Adventures - Activate Your Life
1 stars 0 forks source link

[Functional Test] As a user, I can be rewarded with Certificates for completing a Quest. #94

Open orbro opened 4 years ago

orbro commented 4 years ago

In Scope User is rewarded with an ERC20 Certificate and an ERC721 Certificate when they successfully complete a quest. User is notified that they have received these certificates.

Out of Scope N/A

kamescg commented 4 years ago

User is notified that they have received these certificates.

This requires an a small module be added to better handle notifications in the application's runtime code (not user action dispatched) to communicate the backend Lambda services.

I think this only needs to happen once (maybe more if we don't save results in 3box)

We should just run this once and send all the certificates back to the frontend. We can either save in localstorage or 3box, but I am sure Joe would appreciate if we didn't constantly ping his backend for the same data :)

Localstorage can added in 10-30 minutes (or we can use our existing 3Box Extension modules that are also dope) to meet this requirement.