eoscostarica / lifebank

An incentive-based EOSIO blockchain solution for blood donations :heart:
https://lifebank.io
MIT License
15 stars 16 forks source link

Unsubscribe action for donors and sponsors #147

Closed xavier506 closed 3 years ago

xavier506 commented 4 years ago

Dep: #734

As a donor or sponsor I should be able to unsubscribe from my user profile so that I can opt-out of the app

ACTION lifebankcode::unsubscribe(name user, eosio::asset community_asset)
{
  require_auth(user);
  check_consent(user);
murillojorge commented 4 years ago

Close account seems more understandable to me from the user perspective. Check it out: https://zpl.io/awo56GK

Profile Donor Edit

murillojorge commented 4 years ago

The users will need a warning dialog: https://zpl.io/2jnqYyr Profile Donor Edit Warning

leisterfrancisco commented 3 years ago

Solved by https://github.com/eoscostarica/lifebank/pull/817