bitcoin-sv / bsv-faucet

https://bsvfaucet.org
MIT License
1 stars 12 forks source link

A12 - DB, Clerk, Blockchain functional gaps #52

Closed mo-jaber closed 3 weeks ago

mo-jaber commented 3 weeks ago
  1. Link Clerk and DB for all activity in platform

    • Ensure clerk and db talk to eachother.
    • This primarykey (userid/email) will become the reference for where the user activity, requests history (txid etc), settings will be associated with on the platform
  2. blockchain transaction activity captured for master wallet and each user request.

    • we are not building a user wallet (only a mechanism for them to be able to enter their wallet address —-> send to their wallet outside the platform), however as we should always be capturing the utxos and txos from the master wallet (and their spend status flag) then all of this can be tied
  3. Ensure permissioned view for roles are as expected, as per the setting of user or admin.

User can only see

Admin can see all of the above and:

ikemHood commented 3 weeks ago

Can I get this done @mo-jaber

Jemiiah commented 3 weeks ago

can i work on this issue @mo-jaber

0xdevcollins commented 3 weeks ago

@mo-jaber can I be assigned this issue

mo-jaber commented 3 weeks ago

Thanks @0xdevcollins great work