Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make payments owed more clear to token franchisors #171

Open
3 tasks
brian-lc opened this issue Apr 18, 2019 · 0 comments
Open
3 tasks

Make payments owed more clear to token franchisors #171

brian-lc opened this issue Apr 18, 2019 · 0 comments

Comments

@brian-lc
Copy link

Overview

As a franchisor I want to know exactly what transactions happened and how they contribute to what by balance is on a token (i.e. a visual payments ledger).

Assumptions

That it is possible to write a function that returns a list of some sort (or an array/mapping/text string) of the payments for a token franchisor.
This might not be possible, if it is not then look to implement this in the web3 dApp and expose the payments as enumerable (if they are not already).

Acceptance

When a user looks the web UI for the dApp they see all the transactions and how much each one paid them (in eth).

Tasks

  • Research what we have implemented currently to aid in supporting this feature.
  • Mock up a way to visualize the payments
  • Implement some enumerable aspect of the token to pull out the payments for the msg.sender
@brian-lc brian-lc self-assigned this Apr 18, 2019
@brian-lc brian-lc removed their assignment Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant